diff --git a/src/components/EventDialog.vue b/src/components/EventDialog.vue index b47e228..a2f7e31 100644 --- a/src/components/EventDialog.vue +++ b/src/components/EventDialog.vue @@ -2,6 +2,7 @@ import { useCalendarStore } from '@/stores/CalendarStore' import { ref, computed, watch, onMounted, onUnmounted, nextTick } from 'vue' import WeekdaySelector from './WeekdaySelector.vue' +import Numeric from './Numeric.vue' const props = defineProps({ selection: { type: Object, default: () => ({ start: null, end: null }) }, @@ -493,54 +494,29 @@ const recurrenceSummary = computed(() => {