diff --git a/apps/client/src/services/note_autocomplete.ts b/apps/client/src/services/note_autocomplete.ts index 61340f936..4d96d0bde 100644 --- a/apps/client/src/services/note_autocomplete.ts +++ b/apps/client/src/services/note_autocomplete.ts @@ -488,7 +488,7 @@ function initNoteAutocomplete($el: JQuery, options?: Options) { suggestion.action === SuggestionAction.CreateNoteIntoPath || suggestion.action === SuggestionAction.CreateAndLinkNoteIntoPath ) { - target = "path"; + target = "into"; } const { note } = await noteCreateService.createNote(