mirror of https://github.com/portainer/portainer
chore(edge): add aria-label for edge-group selector [EE-4466] (#7896)
* chore(edge): add aria-label for edge-group selector * style(edge): remove commentpull/7917/head
parent
535a26412f
commit
7624ff10ee
|
@ -19,6 +19,7 @@ export function EdgeGroupsSelector({ items, value, onChange }: Props) {
|
|||
|
||||
return (
|
||||
<Select
|
||||
aria-label="Edge groups"
|
||||
options={items}
|
||||
isMulti
|
||||
getOptionLabel={(item) => item.Name}
|
||||
|
|
Loading…
Reference in New Issue