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