diff --git a/web/src/components/Settings/StorageSection.tsx b/web/src/components/Settings/StorageSection.tsx index f28c63b6c..78244416b 100644 --- a/web/src/components/Settings/StorageSection.tsx +++ b/web/src/components/Settings/StorageSection.tsx @@ -35,6 +35,7 @@ const StorageSection = () => { name: "storageServiceId", value: JSON.stringify(storageId), }); + await globalStore.fetchSystemStatus(); setStorageServiceId(storageId); };