chore: sync changes
This commit is contained in:
parent
a28094159c
commit
da77adc4b1
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user