Fix Loading Quota stuck spinner (#1117)
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -214,7 +214,7 @@ const BucketSummary = ({
|
||||
.catch((err: ErrorResponseHandler) => {
|
||||
setErrorSnackMessage(err);
|
||||
setQuotaEnabled(false);
|
||||
setLoadingVersioning(false);
|
||||
setLoadingQuota(false);
|
||||
});
|
||||
}
|
||||
}, [
|
||||
|
||||
Reference in New Issue
Block a user