fix: correct the storage service state (#1288)

This commit is contained in:
Zeng1998
2023-03-06 19:13:00 +08:00
committed by GitHub
parent 54374bca05
commit c1903df374

View File

@ -35,6 +35,7 @@ const StorageSection = () => {
name: "storageServiceId",
value: JSON.stringify(storageId),
});
await globalStore.fetchSystemStatus();
setStorageServiceId(storageId);
};