Skip to content

Commit

Permalink
Database Modal: (#20637)
Browse files Browse the repository at this point in the history
- Since our DatabaseConnectionForm is wrapped in a AntD Form, we need to ensure our custom design is applied in the upload input instead of AntD default one for file input type=file.
  • Loading branch information
Antonio-RiveroMartnez committed Jul 7, 2022
1 parent 1109fe5 commit e331640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export const CredentialInfoForm = styled.div`
.input-container {
.input-upload {
display: none;
display: none !important;
}
.input-upload-current {
display: flex;
Expand Down

0 comments on commit e331640

Please sign in to comment.