Fixed loading problem for apps

This commit is contained in:
frikky
2023-03-17 00:49:39 +01:00
parent 14380834e0
commit b51b1f4c21
+3 -3
View File
@@ -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);
});
};