File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ async function createNoteFromAction(
176176 }
177177 case CreateNoteAction . CreateChildNote : {
178178 if ( ! parentNoteLink ) {
179- console . warn ( "Missing parentNotePath in createNoteFromCkEditor()" ) ;
179+ console . warn ( "Missing parentNoteLink in createNoteFromCkEditor()" ) ;
180180 return { note : null , branch : undefined } ;
181181 }
182182
@@ -193,7 +193,7 @@ async function createNoteFromAction(
193193 }
194194 case CreateNoteAction . CreateAndLinkChildNote : {
195195 if ( ! parentNoteLink ) {
196- console . warn ( "Missing parentNotePath in createNoteFromCkEditor()" ) ;
196+ console . warn ( "Missing parentNoteLink in createNoteFromCkEditor()" ) ;
197197 return { note : null , branch : undefined } ;
198198 }
199199 const resp = await createNote (
You can’t perform that action at this time.
0 commit comments