Skip to content
Snippets Groups Projects
Commit 0f57c5ef authored by chris's avatar chris Committed by john
Browse files

content of isolated noye set to empty on creation

parent 09d14c99
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ class NotesProvider extends TOCProvider { ...@@ -93,7 +93,7 @@ class NotesProvider extends TOCProvider {
createNodeData (note) { createNodeData (note) {
return { return {
'type': 'isolated-note', 'type': 'isolated-note',
'content': note['note-content'], 'content': '',
'parentNoteId': note.id 'parentNoteId': note.id
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment