diff --git a/frontend/src/views/Apps.jsx b/frontend/src/views/Apps.jsx index 05aa0a33..ba103c25 100644 --- a/frontend/src/views/Apps.jsx +++ b/frontend/src/views/Apps.jsx @@ -2046,10 +2046,10 @@ const Apps = (props) => { }) .catch((error) => { console.log("ERROR: ", error.toString()); - alert.error(error.toString()); - + //alert.error(error.toString()); //stop() - setIsLoading(false); + + setIsLoading(false); setValidation(false); }); };