Fix search in group picker dialog (#25009)
Closes #25008 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
9be83e01c4
commit
90f4fbe4e5
1 changed files with 1 additions and 2 deletions
|
@ -239,8 +239,7 @@ export const GroupPickerDialog = ({
|
||||||
canBrowse={canBrowse}
|
canBrowse={canBrowse}
|
||||||
/>
|
/>
|
||||||
{isSearching &&
|
{isSearching &&
|
||||||
group.subGroups?.length !== 0 &&
|
group.subGroups?.map((g) => (
|
||||||
group.subGroups!.map((g) => (
|
|
||||||
<GroupRow
|
<GroupRow
|
||||||
key={g.id}
|
key={g.id}
|
||||||
group={g}
|
group={g}
|
||||||
|
|
Loading…
Reference in a new issue