alexandrusoare commented on code in PR #36479:
URL: https://github.com/apache/superset/pull/36479#discussion_r2613545617
##########
superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx:
##########
@@ -518,7 +516,7 @@ const ExtraOptions = ({
</StyledInputContainer>
{isFileUploadSupportedByEngine && (
<StyledInputContainer
- css={!db?.allow_file_upload ? no_margin_bottom : {}}
+ css={db?.allow_file_upload ? no_margin_bottom : {}}
Review Comment:
No, checked the styling and it makes much more sense to not have margin here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]