You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2020/11/18 03:53:58 UTC

[incubator-superset] 01/02: 💯

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

hugh pushed a commit to branch hugh/SO-1117-modal
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit e72d8820c94d298db004eb3ed3951cc2c29c9b25
Author: hughhhh <hu...@gmail.com>
AuthorDate: Tue Nov 17 19:10:07 2020 -0800

    💯
---
 superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx b/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
index 58e821a..3f6d96c 100644
--- a/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
+++ b/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
@@ -53,7 +53,6 @@ export const SaveDatasetModal: FunctionComponent<> = ({visible, onOk, onCancel,
   };
 
   const onRadioChange = e => {
-    console.log('radio checked', e.target.value);
     setRadioOptions(e.target.value)
   };