diff --git a/src/App.js b/src/App.js index 2249219..17c8b6f 100644 --- a/src/App.js +++ b/src/App.js @@ -185,7 +185,7 @@ function App() { console.error(error); showErrorMessage(); setProcessStatus(""); - setRemainingTimeProgress(10); + setRemainingTimeProgress(0); }); }) .catch((err) => console.error(err));