mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
leverage qs to create new tab (#14855)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user