mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Add Date filter.
This commit is contained in:
parent
800731f3aa
commit
af06f7ead5
6 changed files with 124 additions and 17 deletions
|
|
@ -110,8 +110,8 @@ export function WebsiteMetricsBar({ websiteId, sticky }) {
|
|||
</Column>
|
||||
<Column defaultSize={12} xl={4}>
|
||||
<div className={styles.actions}>
|
||||
<RefreshButton websiteId={websiteId} />
|
||||
<WebsiteDateFilter websiteId={websiteId} />
|
||||
<RefreshButton websiteId={websiteId} />
|
||||
</div>
|
||||
</Column>
|
||||
</Row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue