Baptiste Devessier
2025-11-26 14:45:05 +01:00
committed by GitHub
parent 996ccd8353
commit dc2c2c413c
16 changed files with 49 additions and 19 deletions
@@ -3,5 +3,5 @@ import { type RelativeDateFilter } from '@/utils';
export const DEFAULT_RELATIVE_DATE_FILTER_VALUE: RelativeDateFilter = {
direction: 'THIS',
unit: 'DAY',
amount: undefined,
amount: 1,
};