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 2021/05/26 21:30:43 UTC

[superset] 01/01: leverage qs to create new tab

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

hugh pushed a commit to branch hugh/new-sql-tab
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b50a92d1439ab9de36df3289e312db7048264084
Author: hughhhh <hu...@gmail.com>
AuthorDate: Wed May 26 17:29:02 2021 -0400

    leverage qs to create new tab
---
 superset-frontend/src/components/Menu/MenuRight.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/components/Menu/MenuRight.tsx b/superset-frontend/src/components/Menu/MenuRight.tsx
index 9263c1c..a722834 100644
--- a/superset-frontend/src/components/Menu/MenuRight.tsx
+++ b/superset-frontend/src/components/Menu/MenuRight.tsx
@@ -27,7 +27,7 @@ import { NavBarProps, MenuObjectProps } from './Menu';
 export const dropdownItems = [
   {
     label: t('SQL query'),
-    url: '/superset/sqllab',
+    url: '/superset/sqllab?new=true',
     icon: 'fa-fw fa-search',
   },
   {