mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Fixes credential form test button (#12844)
This commit is contained in:
@@ -234,7 +234,7 @@ function CredentialForm({
|
|||||||
name: credential.name || '',
|
name: credential.name || '',
|
||||||
description: credential.description || '',
|
description: credential.description || '',
|
||||||
organization: credential?.summary_fields?.organization || null,
|
organization: credential?.summary_fields?.organization || null,
|
||||||
credential_type: credentialTypes[initialTypeId]?.name || '',
|
credential_type: credentialTypes[initialTypeId]?.id || '',
|
||||||
inputs: { ...credential?.inputs },
|
inputs: { ...credential?.inputs },
|
||||||
passwordPrompts: {},
|
passwordPrompts: {},
|
||||||
isOrgLookupDisabled: isOrgLookupDisabled || false,
|
isOrgLookupDisabled: isOrgLookupDisabled || false,
|
||||||
|
|||||||
Reference in New Issue
Block a user