mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update system setting name convention (#1448)
This commit is contained in:
@ -29,7 +29,7 @@ const StorageSection = () => {
|
||||
|
||||
const handleActiveStorageServiceChanged = async (storageId: StorageId) => {
|
||||
await api.upsertSystemSetting({
|
||||
name: "storageServiceId",
|
||||
name: "storage-service-id",
|
||||
value: JSON.stringify(storageId),
|
||||
});
|
||||
await globalStore.fetchSystemStatus();
|
||||
|
Reference in New Issue
Block a user