Fixed quick create event modal not closing on submit

This was caused by a missing event handler
This commit is contained in:
Alexis
2024-12-19 14:03:20 +01:00
parent c99059d9a8
commit bc7a400826

View File

@@ -23,7 +23,7 @@ function toggleDialog() {
<UiDialogTitle>
{{ $t("entity.calendar.event.addSingle") }}
</UiDialogTitle>
<CalendarFormCreateEvent />
<CalendarFormCreateEvent @event-created="toggleDialog" />
</UiDialogContent>
</UiDialog>
</template>