mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fixes visual bug where revert button showed up above input
This commit is contained in:
parent
c993c8b3b9
commit
0947d30682
@ -74,7 +74,7 @@ function CredentialInput({ fieldOptions, credentialKind, ...rest }) {
|
||||
|
||||
if (fieldOptions.secret) {
|
||||
return (
|
||||
<>
|
||||
<InputGroup>
|
||||
{RevertReplaceButton}
|
||||
<FileUpload
|
||||
{...subFormField}
|
||||
@ -89,7 +89,7 @@ function CredentialInput({ fieldOptions, credentialKind, ...rest }) {
|
||||
allowEditingUploadedText
|
||||
validated={isValid ? 'default' : 'error'}
|
||||
/>
|
||||
</>
|
||||
</InputGroup>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user