This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch hugh/change-ds-bugfixes
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/hugh/change-ds-bugfixes by
this push:
new e55fb7c update padding
e55fb7c is described below
commit e55fb7c76ff2b7579695b0f518dfd207e1fa345f
Author: hughhhh <[email protected]>
AuthorDate: Mon Dec 21 18:03:30 2020 -0500
update padding
---
superset-frontend/src/datasource/ChangeDatasourceModal.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
index 3ee3754..9c387cd 100644
--- a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
+++ b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
@@ -259,6 +259,7 @@ const ChangeDatasourceModal:
FunctionComponent<ChangeDatasourceModalProps> = ({
)}
</>
)}
+ {confirmChange && <>{CONFIRM_WARNING_MESSAGE}</>}
</>
</StyledModal>
);