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>
|
<UiDialogTitle>
|
||||||
{{ $t("entity.calendar.event.addSingle") }}
|
{{ $t("entity.calendar.event.addSingle") }}
|
||||||
</UiDialogTitle>
|
</UiDialogTitle>
|
||||||
<CalendarFormCreateEvent />
|
<CalendarFormCreateEvent @event-created="toggleDialog" />
|
||||||
</UiDialogContent>
|
</UiDialogContent>
|
||||||
</UiDialog>
|
</UiDialog>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user