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