mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +01:00
fix(AttributeEditor): wrong order of Arguments
This commit is contained in:
parent
f8090d9217
commit
7864168adc
@ -256,8 +256,8 @@ export default function AttributeEditor({ api, note, componentId, notePath, ntxI
|
|||||||
const { note } = await note_create.createNoteFromAction(
|
const { note } = await note_create.createNoteFromAction(
|
||||||
action,
|
action,
|
||||||
true,
|
true,
|
||||||
parentNotePath,
|
|
||||||
title,
|
title,
|
||||||
|
parentNotePath,
|
||||||
);
|
);
|
||||||
return note?.getBestNotePathString() ?? "";
|
return note?.getBestNotePathString() ?? "";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user