From da77adc4b151bed33b8e77f4c677d292b4b05fce Mon Sep 17 00:00:00 2001 From: sepehr Date: Sun, 11 Jan 2026 23:52:53 +0100 Subject: [PATCH] chore: sync changes --- keep-notes/components/note-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keep-notes/components/note-editor.tsx b/keep-notes/components/note-editor.tsx index 056d06c..dcdc2e4 100644 --- a/keep-notes/components/note-editor.tsx +++ b/keep-notes/components/note-editor.tsx @@ -1110,7 +1110,7 @@ export function NoteEditor({ note, readOnly = false, onClose }: NoteEditorProps) type: 'text', isMarkdown: true, // AI generates markdown content autoGenerated: true, // Mark as AI-generated fused note - notebookId: fusionNotes[0].notebookId // Keep the notebook from the first note + notebookId: fusionNotes[0].notebookId ?? undefined // Keep the notebook from the first note, convert null to undefined }) // Archive original notes if option is selected