eschutho commented on a change in pull request #14832:
URL: https://github.com/apache/superset/pull/14832#discussion_r639341806
##########
File path:
superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
##########
@@ -107,52 +185,30 @@ const DatabaseConnectionForm = ({
Need help? Learn more about connecting to {name}.
</p>
</StyledFormHeader>
- <div css={formScrollableStyles}>
+ <div
+ // @ts-ignore
+ css={(theme: SupersetTheme) => [
Review comment:
we have to look into why this isn't using `InterpolationWithTheme` from
@emotion/core and picking up `Interpolation` from @emotion/react instead. It
seems to only happen this way with regular html elements. AntD components use
InterpolationWithTheme.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]