diff --git a/assets/vue/components/ccalendarevent/CCalendarEventForm.vue b/assets/vue/components/ccalendarevent/CCalendarEventForm.vue index cd9d1e5ca0..3bb4c9e765 100644 --- a/assets/vue/components/ccalendarevent/CCalendarEventForm.vue +++ b/assets/vue/components/ccalendarevent/CCalendarEventForm.vue @@ -75,7 +75,6 @@ import { useI18n } from "vue-i18n" import BaseCalendar from "../basecomponents/BaseCalendar.vue" import Fieldset from "primevue/fieldset" -const dateRange = ref() const store = useStore() const platformConfigStore = usePlatformConfig()