Cohort selection.
This commit is contained in:
@@ -33,7 +33,7 @@ export function LanguageSetting() {
|
||||
allowSearch
|
||||
onSearch={setSearch}
|
||||
onOpenChange={handleOpen}
|
||||
listProps={{ style: { maxHeight: '300px' } }}
|
||||
listProps={{ style: { maxHeight: 300 } }}
|
||||
>
|
||||
{items.map(item => (
|
||||
<ListItem key={item} id={item}>
|
||||
|
||||
@@ -29,7 +29,7 @@ export function TimezoneSetting() {
|
||||
allowSearch={true}
|
||||
onSearch={setSearch}
|
||||
onOpenChange={handleOpen}
|
||||
listProps={{ style: { maxHeight: '300px' } }}
|
||||
listProps={{ style: { maxHeight: 300 } }}
|
||||
>
|
||||
{items.map((item: any) => (
|
||||
<ListItem key={item} id={item}>
|
||||
|
||||
Reference in New Issue
Block a user