Skip to content

Commit 22b5e83

Browse files
committed
frontend: Live-sync editor with server updates and add merge option
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
1 parent 69b7083 commit 22b5e83

File tree

15 files changed

+623
-28
lines changed

15 files changed

+623
-28
lines changed

frontend/src/components/common/Resource/EditButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function EditButton(props: EditButtonProps) {
136136
content: (
137137
<EditorDialog
138138
noDialog
139-
item={item.getEditableObject()}
139+
item={item}
140140
open
141141
onClose={() => Activity.close(activityId)}
142142
onSave={handleSave}

0 commit comments

Comments
 (0)