From 378f782d44feae63a19e19248f488def69e0e3c8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 29 Dec 2021 16:01:23 +0100 Subject: [PATCH] fix: disable broken stuff --- src/components/date/datepickerWithRange.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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('')