mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
Fix id on credential select fields
This commit is contained in:
parent
ae4f1a15d3
commit
9d511a4c04
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user