1
0
Fork 0
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:
Chaim Lev-Ari 2023-06-08 06:03:04 +07:00 committed by GitHub
parent 8129e7590b
commit 58c1a60fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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>
</>