diff --git a/src/components/input/DateFilter.tsx b/src/components/input/DateFilter.tsx index e486551d6..050bd8231 100644 --- a/src/components/input/DateFilter.tsx +++ b/src/components/input/DateFilter.tsx @@ -53,6 +53,10 @@ export function DateFilter({ value: '0month', divider: true, }, + { + label: formatMessage(labels.lastDays, { x: 28 }), + value: '28day', + }, { label: formatMessage(labels.lastDays, { x: 30 }), value: '30day',