mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Allow edit fields to custom credential types
The logic to disable certain fields is just valid for `encrypted` fields. Since the multiline field - no secret, does not have a button to `replace` the content to null - it was always set to disabled. Fix: https://github.com/ansible/awx/issues/10079
This commit is contained in:
parent
75a27c38c2
commit
1665acd58a
@ -106,6 +106,7 @@ function CredentialInput({ fieldOptions, credentialKind, ...rest }) {
|
||||
isLoading={fileIsUploading}
|
||||
allowEditingUploadedText
|
||||
validated={isValid ? 'default' : 'error'}
|
||||
isDisabled={false}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user