mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: correct the storage service state (#1288)
This commit is contained in:
@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user