diff --git a/frontend/src/components/input/Datepicker.vue b/frontend/src/components/input/Datepicker.vue index c0deeadfc..9ec9e188f 100644 --- a/frontend/src/components/input/Datepicker.vue +++ b/frontend/src/components/input/Datepicker.vue @@ -46,7 +46,7 @@ import {useI18n} from 'vue-i18n' const props = withDefaults(defineProps<{ modelValue: Date | null | string, - chooseDateLabel: string, + chooseDateLabel?: string, disabled?: boolean, }>(), { modelValue: null,