From 81abefe5012f8cda79bcb77ebc010f2cd1e74195 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Tue, 14 May 2024 14:02:06 -0400 Subject: [PATCH] Fix accessing config prior to it potentially being populated. We don't need to gate this behind a loading span, it'll just show the alert when and if it needs to on load. --- .../src/components/User/DiskUsage/Management/StorageManager.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/User/DiskUsage/Management/StorageManager.vue b/client/src/components/User/DiskUsage/Management/StorageManager.vue index 20ba62028276..a7834a85f302 100644 --- a/client/src/components/User/DiskUsage/Management/StorageManager.vue +++ b/client/src/components/User/DiskUsage/Management/StorageManager.vue @@ -63,7 +63,7 @@ async function onConfirmCleanupSelected(selectedItems: CleanableItem[]) { - + {{ localize("The storage manager only shows elements that count towards your disk quota.") }} {{ localize("Learn more") }}