added aria-label (#2859)

fixes: #2844
This commit is contained in:
Erik Jan de Wit 2022-06-27 09:17:09 +02:00 committed by GitHub
parent f6a4b8ab27
commit 931fa3faec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
)}