mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
Fix id on credential select fields
This commit is contained in:
@@ -110,7 +110,7 @@ function CredentialField({ credentialType, fieldOptions, i18n }) {
|
||||
>
|
||||
<AnsibleSelect
|
||||
{...subFormField}
|
||||
id="credential_type"
|
||||
id={`credential-${fieldOptions.id}`}
|
||||
data={selectOptions}
|
||||
onChange={(event, value) => {
|
||||
helpers.setValue(value);
|
||||
|
||||
Reference in New Issue
Block a user