parent
f6a4b8ab27
commit
931fa3faec
1 changed files with 5 additions and 1 deletions
|
@ -283,7 +283,11 @@ export const GroupPickerDialog = ({
|
|||
>
|
||||
{((hasSubgroups(group) && filter === "") ||
|
||||
type === "selectOne") && (
|
||||
<Button isDisabled variant="link">
|
||||
<Button
|
||||
isDisabled
|
||||
variant="link"
|
||||
aria-label={t("common:select")}
|
||||
>
|
||||
<AngleRightIcon />
|
||||
</Button>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue