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

hugh pushed a commit to branch hugh/db-connection-ui-r2
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/hugh/db-connection-ui-r2 by 
this push:
     new 42ac287  remove comments
42ac287 is described below

commit 42ac287295b54c377b1026b383c70dd900c5484d
Author: hughhhh <[email protected]>
AuthorDate: Thu Jun 17 11:40:46 2021 -0400

    remove comments
---
 .../src/views/CRUD/data/database/DatabaseModal/index.tsx              | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx 
b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
index 3a349c3..786ed8f 100644
--- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
+++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
@@ -356,9 +356,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> 
= ({
           .replace(/&/g, '","')
           .replace(/=/g, '":"')}"}`,
       );
-    } // else if (update.parameters) {
-    //   update.parameters.query = {};
-    // }
+    }
 
     if (db?.id) {
       if (update?.extra_json) {

Reply via email to