fix failed progress
This commit is contained in:
parent
e5b13c0a4c
commit
967cc4ab13
@ -93,6 +93,7 @@ class Main extends Component {
|
|||||||
this.setState({progress:false, uploadProgress: 1.0});
|
this.setState({progress:false, uploadProgress: 1.0});
|
||||||
if(data.reason){
|
if(data.reason){
|
||||||
this.setState({
|
this.setState({
|
||||||
|
progress: false,
|
||||||
status_text: data.reason,
|
status_text: data.reason,
|
||||||
status: "failed",
|
status: "failed",
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user