mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -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`)}
|
||||
isOpen={isSelectOpen}
|
||||
variant={SelectVariant.typeahead}
|
||||
ouiaId="credential-select"
|
||||
onToggle={setIsSelectOpen}
|
||||
onSelect={(event, value) => {
|
||||
credTypeHelpers.setValue(value);
|
||||
|
||||
Reference in New Issue
Block a user