feat: add date math for filters #1342

Merged
konrad merged 88 commits from feature/date-math into main 2022-03-28 17:30:43 +00:00
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>('')