Skip to content

Commit

Permalink
fix: 取消Toastr路由的入口
Browse files Browse the repository at this point in the history
  • Loading branch information
damingerdai committed Feb 6, 2019
1 parent 3409538 commit 0a2c274
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/routes/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ export const navItems: NavData[] = [
url: '/notifications/modals',
icon: 'icon-bell'
},
{
name: 'Toastr',
url: '/notifications/toastr',
icon: 'icon-bell'
}
// {
// name: 'Toastr',
// url: '/notifications/toastr',
// icon: 'icon-bell'
// }
]
},
{
Expand Down

0 comments on commit 0a2c274

Please sign in to comment.