fix: disable broken stuff

This commit is contained in:
kolaente 2021-12-29 16:01:23 +01:00
parent b274a796d4
commit 378f782d44
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,10 @@ const flatPickerConfig = computed(() => ({
time_24hr: true, time_24hr: true,
inline: true, inline: true,
mode: 'range', mode: 'range',
locale: { /*locale: {
// FIXME: This seems to always contain the default value // FIXME: This seems to always contain the default value - that breaks the picker
firstDayOfWeek: weekStart, firstDayOfWeek: weekStart,
}, },*/
})) }))
const dateRange = ref<string>('') const dateRange = ref<string>('')