WIP: feat: make today really today #1380

Closed
kergma-lw wants to merge 27 commits from fix/upcoming into fix/upcoming
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 378f782d44 - Show all commits

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