From bc7a400826767b18b6990e3f305ef5161023ef11 Mon Sep 17 00:00:00 2001
From: Alexis <35.alexis.pele@gmail.com>
Date: Thu, 19 Dec 2024 14:03:20 +0100
Subject: [PATCH] Fixed quick create event modal not closing on submit
This was caused by a missing event handler
---
components/calendar/dialog/QuickCreateEvent.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/calendar/dialog/QuickCreateEvent.vue b/components/calendar/dialog/QuickCreateEvent.vue
index 3e487e7..a29c4ea 100644
--- a/components/calendar/dialog/QuickCreateEvent.vue
+++ b/components/calendar/dialog/QuickCreateEvent.vue
@@ -23,7 +23,7 @@ function toggleDialog() {
{{ $t("entity.calendar.event.addSingle") }}
-
+