diff --git a/components/calendar/form/CreateEvent.vue b/components/calendar/form/CreateEvent.vue index fe9d3c4..7a6004d 100644 --- a/components/calendar/form/CreateEvent.vue +++ b/components/calendar/form/CreateEvent.vue @@ -32,14 +32,6 @@ function openEventCreatePopover() { } } -// Watch the popover state -// And reset the skeleton if it has been dismissed -watch(popoverOpen, (hasOpened, _o) => { - if (!hasOpened) { - resetSkeleton() - } -}) - async function handleSubmit() { try { await submitSkeleton()