Skip to content

Commit

Permalink
Database Modal: (apache#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.

(cherry picked from commit e331640)
  • Loading branch information
Antonio-RiveroMartnez authored and jinghua-qa committed Jul 12, 2022
1 parent a9151cd commit e70e851
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 e70e851

Please sign in to comment.