mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Funnel form.
This commit is contained in:
parent
dd2db308ee
commit
1130bca195
19 changed files with 460 additions and 45 deletions
|
|
@ -107,7 +107,12 @@ export function WebsiteChart({
|
|||
<Column defaultSize={12} xl={4}>
|
||||
<div className={styles.actions}>
|
||||
<RefreshButton websiteId={websiteId} isLoading={isLoading} />
|
||||
<DateFilter websiteId={websiteId} value={value} className={styles.dropdown} />
|
||||
<DateFilter
|
||||
websiteId={websiteId}
|
||||
value={value}
|
||||
className={styles.dropdown}
|
||||
updateSettings={true}
|
||||
/>
|
||||
</div>
|
||||
</Column>
|
||||
</Row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue