From c1903df374cf815766bceba9ef0c69282023f313 Mon Sep 17 00:00:00 2001 From: Zeng1998 Date: Mon, 6 Mar 2023 19:13:00 +0800 Subject: [PATCH] fix: correct the storage service state (#1288) --- web/src/components/Settings/StorageSection.tsx | 1 + 1 file changed, 1 insertion(+) 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); };