Skip to content

Commit

Permalink
Fixes credential form test button (ansible#12844)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSCorey authored Sep 23, 2022
1 parent ff6fb32 commit 93f50b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/ui/src/screens/Credential/shared/CredentialForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 93f50b5

Please sign in to comment.