Fixed quick create event modal not closing on submit
This was caused by a missing event handler
This commit is contained in:
@@ -23,7 +23,7 @@ function toggleDialog() {
|
||||
<UiDialogTitle>
|
||||
{{ $t("entity.calendar.event.addSingle") }}
|
||||
</UiDialogTitle>
|
||||
<CalendarFormCreateEvent />
|
||||
<CalendarFormCreateEvent @event-created="toggleDialog" />
|
||||
</UiDialogContent>
|
||||
</UiDialog>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user