Converted UTM report to a view.

This commit is contained in:
Mike Cao 2025-05-20 21:25:06 -07:00
parent 06f76dda13
commit d0d11225f4
24 changed files with 1815 additions and 1568 deletions

View file

@ -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) => {