add 28 days filter option

This commit is contained in:
Kilian Valkhof 2024-12-09 10:22:38 +01:00
parent bb5affe29a
commit f1dcc7ce78
No known key found for this signature in database
GPG key ID: B2B7B9BA1200430E

View file

@ -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',