fix failed progress

This commit is contained in:
Martin Quarda 2024-10-11 08:26:28 +02:00
parent e5b13c0a4c
commit 967cc4ab13

View File

@ -93,6 +93,7 @@ class Main extends Component {
this.setState({progress:false, uploadProgress: 1.0});
if(data.reason){
this.setState({
progress: false,
status_text: data.reason,
status: "failed",
})