This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 67e3dc7c7b hide modal after overwrite (#20924)
67e3dc7c7b is described below

commit 67e3dc7c7b69ad60647bb04b188f7f49cfcf7256
Author: Hugh A. Miles II <[email protected]>
AuthorDate: Fri Jul 29 19:18:11 2022 -0400

    hide modal after overwrite (#20924)
---
 superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx 
b/superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx
index 1189740d63..da5968cc23 100644
--- a/superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx
+++ b/superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx
@@ -217,6 +217,7 @@ export const SaveDatasetModal: 
FunctionComponent<SaveDatasetModalProps> = ({
 
     setShouldOverwriteDataset(false);
     setDatasetName(getDefaultDatasetName());
+    onHide();
   };
 
   const loadDatasetOverwriteOptions = useCallback(

Reply via email to