chore(edge): add aria-label for edge-group selector [EE-4466] (#7896)

* chore(edge): add aria-label for edge-group selector

* style(edge): remove comment
pull/7917/head
Chaim Lev-Ari 2022-10-21 08:22:49 +03:00 committed by GitHub
parent 535a26412f
commit 7624ff10ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export function EdgeGroupsSelector({ items, value, onChange }: Props) {
return (
<Select
aria-label="Edge groups"
options={items}
isMulti
getOptionLabel={(item) => item.Name}