diff --git a/src/App.vue b/src/App.vue index 82e82c5c..957e329d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -350,6 +350,7 @@ {{ $t('Delete') }} + {{ $t('AddNote') }} + + + + + cancel_presentation + + + {{ $t('DeleteNote') }} + {const note = a.history.filter(h => h.type == 'note').pop();this.$store.dispatch('alerts/deleteNote', [a.id, note.id])})).then(() => { + this.clearSelected() + this.$store.dispatch('alerts/getAlerts') + }) + }, bulkDeleteAlert() { confirm(i18n.t('ConfirmDelete')) && Promise.all(this.selected.map(a => this.$store.dispatch('alerts/deleteAlert', a.id, false))).then(() => {