Skip to content

Commit

Permalink
leverage qs to create new tab (apache#14855)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored and cccs-RyanS committed Dec 17, 2021
1 parent c711bc1 commit dce1752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Menu/MenuRight.tsx
Expand Up @@ -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',
},
{
Expand Down

0 comments on commit dce1752

Please sign in to comment.