fix(note_create): use correct API for intoDefaultLocation

This commit is contained in:
Jakob Schlanstedt 2025-11-21 12:01:04 +01:00
parent 436146d829
commit 4e5c26371e

View File

@ -353,7 +353,7 @@ async function createNoteIntoDefaultLocation(
{ {
...options, ...options,
target: "into", target: "into",
parentNoteLink: inboxNote.noteId, parentNoteLink: inboxNote.getBestNotePathString(),
} }
); );