Skip to content

Commit 37cae06

Browse files
author
Jakob Schlanstedt
committed
fix(AttributeEditor): wrong order of Arguments
1 parent b8e650d commit 37cae06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/widgets/ribbon/components/AttributeEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ export default function AttributeEditor({ api, note, componentId, notePath, ntxI
261261
const { note } = await note_create.createNoteFromAction(
262262
action,
263263
true,
264-
parentNotePath,
265264
title,
265+
parentNotePath,
266266
);
267267
return note?.getBestNotePathString() ?? "";
268268
}

0 commit comments

Comments
 (0)