Skip to content

Commit

Permalink
Change subtabs order for Data tab (apache#11834)
Browse files Browse the repository at this point in the history
  • Loading branch information
agatapst authored Nov 30, 2020
1 parent 671ff6c commit e974b0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions superset-frontend/src/views/CRUD/data/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ import { isFeatureEnabled, FeatureFlag } from 'src/featureFlags';
export const commonMenuData = {
name: t('Data'),
tabs: [
{
name: 'Datasets',
label: t('Datasets'),
url: '/tablemodelview/list/',
usesRouter: true,
},
{
name: 'Databases',
label: t('Databases'),
url: '/databaseview/list/',
usesRouter: true,
},
{
name: 'Datasets',
label: t('Datasets'),
url: '/tablemodelview/list/',
usesRouter: true,
},
{
name: 'Saved Queries',
label: t('Saved Queries'),
Expand Down

0 comments on commit e974b0b

Please sign in to comment.