mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Added yesterday option in date range selector.
This commit is contained in:
parent
0f976be5d8
commit
b5c9690780
2 changed files with 40 additions and 1 deletions
|
|
@ -18,6 +18,10 @@ export const filterOptions = [
|
|||
),
|
||||
value: '24hour',
|
||||
},
|
||||
{
|
||||
label: <FormattedMessage id="label.yesterday" defaultMessage="Yesterday" />,
|
||||
value: '-1day',
|
||||
},
|
||||
{
|
||||
label: <FormattedMessage id="label.this-week" defaultMessage="This week" />,
|
||||
value: '1week',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue