diff --git a/frontend/src/components/input/Datepicker.vue b/frontend/src/components/input/Datepicker.vue index 9ec9e188f..ed3224246 100644 --- a/frontend/src/components/input/Datepicker.vue +++ b/frontend/src/components/input/Datepicker.vue @@ -49,7 +49,6 @@ const props = withDefaults(defineProps<{ chooseDateLabel?: string, disabled?: boolean, }>(), { - modelValue: null, chooseDateLabel: () => { const {t} = useI18n({useScope: 'global'}) return t('input.datepicker.chooseDate')