Default breakdown to monthly

This commit is contained in:
Matthias 2023-08-16 11:57:51 +02:00
parent ebf2ce1302
commit a5062aac5b

View File

@ -15,7 +15,7 @@ const periodicBreakdownSelections = [
{ value: 'month', text: 'Months' },
];
const periodicBreakdownPeriod = ref<string>('day');
const periodicBreakdownPeriod = ref<string>('month');
const periodicBreakdownFields = computed<TableField[]>(() => {
return [