From b51b1f4c210a6861783e8a02ab3026065b8d3cbc Mon Sep 17 00:00:00 2001 From: frikky Date: Fri, 17 Mar 2023 00:49:39 +0100 Subject: [PATCH] Fixed loading problem for apps --- frontend/src/views/Apps.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }); };