fix: correct the storage service state (#1288)

pull/1294/head
Zeng1998 2 years ago committed by GitHub
parent 54374bca05
commit c1903df374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save