diff --git a/components/DateInput.vue b/components/DateInput.vue index bcac4f1d..ee8fd699 100644 --- a/components/DateInput.vue +++ b/components/DateInput.vue @@ -72,7 +72,6 @@ v-col(cols=12) :value="dueHour" :disabled='!fromHour' :prepend-icon="mdiClockTimeEightOutline" - :rules="[$validators.required('event.due')]" readonly v-bind="attrs" v-on="on")