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,
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<string>('')