diff --git a/app/assets/javascripts/views/notes/notes_view.ts b/app/assets/javascripts/views/notes/notes_view.ts index bdb4a5245..8bc4d4886 100644 --- a/app/assets/javascripts/views/notes/notes_view.ts +++ b/app/assets/javascripts/views/notes/notes_view.ts @@ -296,7 +296,7 @@ class NotesViewCtrl extends PureViewCtrl { } private async reloadNotes() { - this.reloadNotesPromise = this.performPeloadNotes(); + this.reloadNotesPromise = this.performReloadNotes(); return this.reloadNotesPromise; } @@ -326,7 +326,7 @@ class NotesViewCtrl extends PureViewCtrl { ) } - private async performPeloadNotes() { + private async performReloadNotes() { const tag = this.appState.selectedTag!; if (!tag) { return;