Skip to content

Commit bc7cd09

Browse files
cast git add .
1 parent 551f99e commit bc7cd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ const ExtraOptions = ({
489489
</div>
490490
</StyledInputContainer>
491491
<StyledInputContainer
492-
css={isFileUploadSupportedByEngine ? no_margin_bottom : {}}
492+
css={!!isFileUploadSupportedByEngine ? no_margin_bottom : {}}
493493
>
494494
<div className="input-container">
495495
<Checkbox
@@ -516,7 +516,7 @@ const ExtraOptions = ({
516516
</StyledInputContainer>
517517
{isFileUploadSupportedByEngine && (
518518
<StyledInputContainer
519-
css={db?.allow_file_upload ? no_margin_bottom : {}}
519+
css={!!db?.allow_file_upload ? no_margin_bottom : {}}
520520
>
521521
<div className="input-container">
522522
<Checkbox

0 commit comments

Comments
 (0)