mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix update storage
This commit is contained in:
@ -82,6 +82,7 @@ const CreateStorageServiceDialog: React.FC<Props> = (props: Props) => {
|
||||
} else {
|
||||
await storageServiceClient.updateStorage({
|
||||
storage: Storage.fromPartial({
|
||||
id: storage?.id,
|
||||
title: basicInfo.title,
|
||||
type: type,
|
||||
config: {
|
||||
|
Reference in New Issue
Block a user