Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jan 12, 2021
1 parent 4433dfe commit d63ceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/datasource/ChangeDatasourceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const ChangeDatasourceModal: FunctionComponent<ChangeDatasourceModalProps> = ({
onHide={onHide}
responsive
title={t('Change Dataset')}
height={confirmChange ? '50px' : '350px'}
width={confirmChange ? '432px' : ''}
footer={
<>
{confirmChange && (
Expand Down

0 comments on commit d63ceb5

Please sign in to comment.