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:
parent
535a26412f
commit
7624ff10ee
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue