From 3eeb4192782e87f884ad29404393e1bb39f044b3 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Fri, 11 Oct 2024 08:38:05 +0200 Subject: [PATCH] fix of fix --- frontend/src/scripts/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 3cae0ac..e6cd046 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -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", })