Skip to content
Snippets Groups Projects
Commit 5befa37a authored by permcu's avatar permcu
Browse files

Pass props and attrs from CalendarEventDialog to DialogObjectForm

otherwise editing is missing either fields or editItem
parent f1402a5b
Branches
Tags
2 merge requests!1797Resolve "Free/Busy overview",!1330Resolve "Add frontend for Free/Busy model"
......@@ -10,7 +10,7 @@ import GroupField from "../generic/forms/GroupField.vue";
<template>
<dialog-object-form
v-bind="$props"
v-bind="{ ...$props, ...$attrs }"
v-on="$listeners"
:gql-create-mutation="createMutation"
:gql-patch-mutation="updateMutation"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment