fix of fix

This commit is contained in:
Martin Quarda 2024-10-11 08:38:05 +02:00
parent 967cc4ab13
commit 3eeb419278

View File

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