Skip to content

Commit

Permalink
Update MenuRight.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Oct 21, 2021
1 parent 7ceeaba commit 9f30ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset-frontend/src/components/Menu/MenuRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ export const dropdownItems = [
url: '/chart/add',
icon: 'fa-fw fa-bar-chart',
perm: 'can_write',
view: 'Dashboard',
view: 'Chart',
},
{
label: t('Dashboard'),
url: '/dashboard/new',
icon: 'fa-fw fa-dashboard',
perm: 'can_write',
view: 'Chart',
view: 'Dashboard',
},
];

Expand Down

0 comments on commit 9f30ebb

Please sign in to comment.