Skip to content

Commit

Permalink
Revert unclosable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Aug 18, 2021
1 parent 01aaba3 commit 6a59710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset-frontend/src/datasource/ChangeDatasourceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ const ChangeDatasourceModal: FunctionComponent<ChangeDatasourceModalProps> = ({
{!confirmChange && (
<>
<Alert
closable={false}
roomBelow
type="warning"
css={theme => ({ marginBottom: theme.gridUnit * 4 })}
Expand Down

0 comments on commit 6a59710

Please sign in to comment.