mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Added year option.
This commit is contained in:
parent
38abd673f3
commit
5b45301178
4 changed files with 18 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ const filterOptions = [
|
|||
{ label: 'Today', value: '1day' },
|
||||
{ label: 'This week', value: '1week' },
|
||||
{ label: 'This month', value: '1month' },
|
||||
{ label: 'This year', value: '1year' },
|
||||
];
|
||||
|
||||
export default function DateFilter({ value, onChange }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue