MOBILE-3320 home: Fix wrong tab selected when change main tab
parent
f2c19b0a6b
commit
c0cdb1320d
|
@ -38,11 +38,6 @@ export const CORE_COURSES_SERVICES: Type<unknown>[] = [
|
|||
];
|
||||
|
||||
const mainMenuHomeChildrenRoutes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
pathMatch: 'full',
|
||||
redirectTo: CoreDashboardHomeHandlerService.PAGE_NAME,
|
||||
},
|
||||
{
|
||||
path: CoreDashboardHomeHandlerService.PAGE_NAME,
|
||||
loadChildren: () => import('./pages/dashboard/dashboard.module').then(m => m.CoreCoursesDashboardPageModule),
|
||||
|
|
Loading…
Reference in New Issue