1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

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
This commit is contained in:
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

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}