mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 05:25:36 +01:00
Insights report filtering.
This commit is contained in:
parent
45888fabe6
commit
9436efabc0
12 changed files with 134 additions and 62 deletions
|
|
@ -119,7 +119,7 @@ export function InsightsParameters() {
|
|||
<div className={styles.parameter}>
|
||||
{id === 'fields' && (
|
||||
<>
|
||||
<div>{label}</div>
|
||||
<div>{fieldOptions.find(f => f.name === name)?.label}</div>
|
||||
</>
|
||||
)}
|
||||
{id === 'filters' && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue