mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Cohort selection.
This commit is contained in:
parent
05f9a67727
commit
bab4f8ebcc
32 changed files with 841 additions and 655 deletions
|
|
@ -14,7 +14,7 @@ export function CurrencySelect({ value, onChange }) {
|
|||
value={value}
|
||||
defaultValue={value}
|
||||
onChange={onChange}
|
||||
listProps={{ style: { maxHeight: '300px' } }}
|
||||
listProps={{ style: { maxHeight: 300 } }}
|
||||
onSearch={setSearch}
|
||||
allowSearch
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue