Skip to content

Commit 711e6f6

Browse files
committed
frontend: Live-sync editor with server updates and add merge option
Signed-off-by: kahirokunn <[email protected]>
1 parent 5f75b3b commit 711e6f6

File tree

19 files changed

+1003
-36
lines changed

19 files changed

+1003
-36
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)