mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 22:44:25 +01:00
fix(note_create): use correct API for intoDefaultLocation
This commit is contained in:
parent
436146d829
commit
4e5c26371e
@ -353,7 +353,7 @@ async function createNoteIntoDefaultLocation(
|
||||
{
|
||||
...options,
|
||||
target: "into",
|
||||
parentNoteLink: inboxNote.noteId,
|
||||
parentNoteLink: inboxNote.getBestNotePathString(),
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user