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