diff --git a/components/calendar/dialog/Create.vue b/components/calendar/dialog/Create.vue index b50abe2..44c6653 100644 --- a/components/calendar/dialog/Create.vue +++ b/components/calendar/dialog/Create.vue @@ -15,7 +15,7 @@ function onChangedName(newName: string) { const emit = defineEmits(['on-close']) -function handleCancel() { +function handleClose() { emit('on-close') } @@ -34,11 +34,11 @@ function handleCancel() { - + - + diff --git a/components/calendar/form/Create.vue b/components/calendar/form/Create.vue index 2d1ca9d..76578e7 100644 --- a/components/calendar/form/Create.vue +++ b/components/calendar/form/Create.vue @@ -1,6 +1,6 @@ @@ -107,7 +118,12 @@ function handleFormCancel() { Annuler - + + + + + + Créer