diff --git a/src/client/components/note.vue b/src/client/components/note.vue index b2cc5cce2..cb364a04c 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -708,6 +708,7 @@ export default defineComponent({ os.modalMenu([{ text: this.$t('unrenote'), icon: faTrashAlt, + danger: true, action: () => { os.api('notes/delete', { noteId: this.note.id