diff --git a/assets/vue/components/ccalendarevent/CCalendarEventForm.vue b/assets/vue/components/ccalendarevent/CCalendarEventForm.vue
index b88c174d02..e9f6a87e22 100644
--- a/assets/vue/components/ccalendarevent/CCalendarEventForm.vue
+++ b/assets/vue/components/ccalendarevent/CCalendarEventForm.vue
@@ -25,7 +25,10 @@
-
+
@@ -58,6 +61,7 @@ const props = defineProps({
type: Object,
default: () => {},
},
+ isGlobal: Boolean,
})
const item = computed(() => props.initialValues || props.values)