chore: sync changes

This commit is contained in:
sepehr 2026-01-11 23:52:53 +01:00
parent a28094159c
commit da77adc4b1

View File

@ -1110,7 +1110,7 @@ export function NoteEditor({ note, readOnly = false, onClose }: NoteEditorProps)
type: 'text', type: 'text',
isMarkdown: true, // AI generates markdown content isMarkdown: true, // AI generates markdown content
autoGenerated: true, // Mark as AI-generated fused note 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 // Archive original notes if option is selected