diff --git a/apps/client/src/widgets/ribbon/components/AttributeEditor.tsx b/apps/client/src/widgets/ribbon/components/AttributeEditor.tsx index 4315a1b27..74bdec6cd 100644 --- a/apps/client/src/widgets/ribbon/components/AttributeEditor.tsx +++ b/apps/client/src/widgets/ribbon/components/AttributeEditor.tsx @@ -256,8 +256,8 @@ export default function AttributeEditor({ api, note, componentId, notePath, ntxI const { note } = await note_create.createNoteFromAction( action, true, - parentNotePath, title, + parentNotePath, ); return note?.getBestNotePathString() ?? ""; }