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