fix: pass note uuid

This commit is contained in:
Antonella Sgarlatta
2021-05-11 19:22:57 -03:00
parent ba71b56f00
commit b356a20d33

View File

@@ -357,7 +357,7 @@ class NotesViewCtrl extends PureViewCtrl<unknown, NotesCtrlState> {
} }
async selectNote(note: SNNote): Promise<void> { async selectNote(note: SNNote): Promise<void> {
await this.appState.notes.selectNote(note); await this.appState.notes.selectNote(note.uuid);
} }
async createNewNote() { async createNewNote() {