Skip to content

Commit

Permalink
fix: make Edit DB modal look similar to create Modal (#15231)
Browse files Browse the repository at this point in the history
* fix: add icons (#15122)

* added alerts

* revisions

* added icon

* spinner

* changed edit
  • Loading branch information
AAfghahi authored Jun 17, 2021
1 parent ad3bbfb commit 7505601
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,10 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
<Modal
css={(theme: SupersetTheme) => [
antDTabsStyles,
antDModalStyles(theme),
antDModalNoPaddingStyles,
antDModalStyles(theme),
formHelperStyles(theme),
formStyles(theme),
]}
name="database"
data-test="database-modal"
Expand Down

0 comments on commit 7505601

Please sign in to comment.