mirror of https://github.com/usememos/memos.git
fix: correct the storage service state (#1288)
This commit is contained in:
parent
54374bca05
commit
c1903df374
|
|
@ -35,6 +35,7 @@ const StorageSection = () => {
|
|||
name: "storageServiceId",
|
||||
value: JSON.stringify(storageId),
|
||||
});
|
||||
await globalStore.fetchSystemStatus();
|
||||
setStorageServiceId(storageId);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue