removed tmp time

main
alex 2024-08-11 00:16:21 +02:00
parent 1a6c185074
commit 116afa77eb
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ function App() {
console.error(error);
showErrorMessage();
setProcessStatus("");
setRemainingTimeProgress(10);
setRemainingTimeProgress(0);
});
})
.catch((err) => console.error(err));