mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Remove duplicate ouia id
This commit is contained in:
@@ -152,7 +152,6 @@ function CredentialFormFields({ i18n, credentialTypes }) {
|
|||||||
aria-label={i18n._(t`Credential Type`)}
|
aria-label={i18n._(t`Credential Type`)}
|
||||||
isOpen={isSelectOpen}
|
isOpen={isSelectOpen}
|
||||||
variant={SelectVariant.typeahead}
|
variant={SelectVariant.typeahead}
|
||||||
ouiaId="credential-select"
|
|
||||||
onToggle={setIsSelectOpen}
|
onToggle={setIsSelectOpen}
|
||||||
onSelect={(event, value) => {
|
onSelect={(event, value) => {
|
||||||
credTypeHelpers.setValue(value);
|
credTypeHelpers.setValue(value);
|
||||||
|
|||||||
Reference in New Issue
Block a user