Merge pull request #1463 from guigrpa/add-yesterday

Add yesterday option
This commit is contained in:
Mike Cao 2022-09-03 21:23:51 -07:00 committed by GitHub
commit 0bbfbc04c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 89 additions and 1 deletions

View file

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