mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Display page views and unique visitors.
This commit is contained in:
parent
bdcdcd9d13
commit
ce92c7897d
16 changed files with 162 additions and 44 deletions
|
|
@ -15,7 +15,9 @@ export default function DateFilter({ onChange }) {
|
|||
return (
|
||||
<select value={selected} onChange={handleChange}>
|
||||
{filterOptions.map(option => (
|
||||
<option name={option}>{option}</option>
|
||||
<option key={option} name={option}>
|
||||
{option}
|
||||
</option>
|
||||
))}
|
||||
</select>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue