mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
add 28 days filter option
This commit is contained in:
parent
bb5affe29a
commit
f1dcc7ce78
1 changed files with 4 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue