Fixed loading problem for apps
This commit is contained in:
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user