From 2949240b8a9a4984417655b0063abc82191d996c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 15 May 2024 17:10:22 +0200 Subject: [PATCH] Add missing emit --- client/src/components/highlights/HighlightPopover.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/highlights/HighlightPopover.vue b/client/src/components/highlights/HighlightPopover.vue index 4992affe..2a577601 100644 --- a/client/src/components/highlights/HighlightPopover.vue +++ b/client/src/components/highlights/HighlightPopover.vue @@ -49,7 +49,7 @@ export interface Props { showDelete: boolean; } -const emit = defineEmits(['close', 'confirm', 'choose-color', 'delete']); +const emit = defineEmits(['close', 'confirm', 'choose-color', 'delete', 'note']); defineProps(); const confirmDelete = () => { modal