Unverified Commit c1903df3 authored by Zeng1998's avatar Zeng1998 Committed by GitHub

fix: correct the storage service state (#1288)

parent 54374bca
......@@ -35,6 +35,7 @@ const StorageSection = () => {
name: "storageServiceId",
value: JSON.stringify(storageId),
});
await globalStore.fetchSystemStatus();
setStorageServiceId(storageId);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment