You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2023/04/04 10:59:50 UTC

[superset] branch feat/sqllab-natural-language updated: Rm unused

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

diegopucci pushed a commit to branch feat/sqllab-natural-language
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/feat/sqllab-natural-language by this push:
     new 703e7fb7f0 Rm unused
703e7fb7f0 is described below

commit 703e7fb7f02e5425cf7f38c6df09f8be09cd6cfb
Author: geido <di...@gmail.com>
AuthorDate: Tue Apr 4 12:59:34 2023 +0200

    Rm unused
---
 superset-frontend/src/SqlLab/components/SqlEditor/index.jsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx
index e6ba2a0e28..3593793f8f 100644
--- a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx
+++ b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx
@@ -37,7 +37,7 @@ import Mousetrap from 'mousetrap';
 import Button from 'src/components/Button';
 import Timer from 'src/components/Timer';
 import ResizableSidebar from 'src/components/ResizableSidebar';
-import { AntdDropdown, AntdSwitch, Result } from 'src/components';
+import { AntdDropdown, AntdSwitch } from 'src/components';
 import { Input, TextArea } from 'src/components/Input';
 import { Menu } from 'src/components/Menu';
 import Icons from 'src/components/Icons';
@@ -229,7 +229,6 @@ const SqlEditor = ({
         database: databases[dbId],
         latestQuery: queries[latestQueryId],
         hideLeftBar,
-        tables,
       };
     },
   );