diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 5c172e0b..bd7cf5b5 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -567,6 +567,7 @@ class NoteList extends React.Component { content: firstNote.content }) .then((note) => { + dispatch({ type: 'UPDATE_NOTE', note: note