diff --git a/src/components/date/datepickerWithRange.vue b/src/components/date/datepickerWithRange.vue index 1124fc5c1..9d602f50e 100644 --- a/src/components/date/datepickerWithRange.vue +++ b/src/components/date/datepickerWithRange.vue @@ -44,10 +44,10 @@ const flatPickerConfig = computed(() => ({ time_24hr: true, inline: true, mode: 'range', - locale: { - // FIXME: This seems to always contain the default value + /*locale: { + // FIXME: This seems to always contain the default value - that breaks the picker firstDayOfWeek: weekStart, - }, + },*/ })) const dateRange = ref('')