leverage qs to create new tab (#14855)

This commit is contained in:
Hugh A. Miles II
2021-05-28 13:05:36 -04:00
committed by GitHub
parent 8f81fc0ad7
commit 0eb34be789

View File

@@ -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',
},
{