mirror of
https://github.com/zadam/trilium.git
synced 2025-12-07 16:04:23 +01:00
fix(AttributeEditor): wrong order of Arguments
This commit is contained in:
parent
f2dc29c340
commit
ac7d1764cc
@ -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() ?? "";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user