Web: Added updating date.

This commit is contained in:
Tatiana Lopaeva 2024-01-29 07:59:31 +03:00
parent 7116f3968a
commit ea279dca56

View File

@ -106,6 +106,12 @@ class StorageManagement {
this.clearIntervalCheckRecalculate();
this.setIsRecalculating(false);
try {
this.quotaSettings = await getQuotaSettings();
} catch (e) {
toastr.error(e);
}
return;
}