Skip to content

Commit da063cc

Browse files
author
Jakob Schlanstedt
committed
fix(AttributeEditor): wrong order of Arguments
1 parent a885556 commit da063cc

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
@@ -256,8 +256,8 @@ export default function AttributeEditor({ api, note, componentId, notePath, ntxI
256256
const { note } = await note_create.createNoteFromAction(
257257
action,
258258
true,
259-
parentNotePath,
260259
title,
260+
parentNotePath,
261261
);
262262
return note?.getBestNotePathString() ?? "";
263263
}

0 commit comments

Comments
 (0)