fix(AttributeEditor): wrong order of Arguments

This commit is contained in:
Jakob Schlanstedt 2025-11-21 09:39:45 +01:00
parent f8090d9217
commit 7864168adc

View File

@ -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() ?? "";
}