Add missing emit

This commit is contained in:
Ramon Wenger 2024-05-15 17:10:22 +02:00
parent 61a5a4e35e
commit 2949240b8a
1 changed files with 1 additions and 1 deletions

View File

@ -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<Props>();
const confirmDelete = () => {
modal