mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
chore(edge): add test ids [EE-5323] (#9048)
This commit is contained in:
parent
8129e7590b
commit
58c1a60fee
2 changed files with 3 additions and 2 deletions
|
@ -81,6 +81,7 @@ export function TagSelector({ value, allowCreate = false, onChange }: Props) {
|
|||
noOptionsMessage={() => 'No tags available'}
|
||||
formatCreateLabel={(inputValue) => `Create "${inputValue}"`}
|
||||
onCreateOption={handleCreateOption}
|
||||
aria-label="Tags"
|
||||
/>
|
||||
</FormControl>
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue