mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Converted UTM report to a view.
This commit is contained in:
parent
06f76dda13
commit
d0d11225f4
24 changed files with 1815 additions and 1568 deletions
|
|
@ -38,7 +38,7 @@ export function FilterRecord({
|
|||
<Row gap alignItems="center">
|
||||
<Select
|
||||
items={operators.filter(({ type }) => type === 'string')}
|
||||
selectedKey={operator}
|
||||
value={operator}
|
||||
onSelectionChange={value => onSelect?.(name, value)}
|
||||
>
|
||||
{({ name, label }: any) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue