Skip to content

Commit

Permalink
Merge pull request #369 from GSuma21/release-2.6.0-changes
Browse files Browse the repository at this point in the history
issue #fix quick fix for manager create session route navigation
  • Loading branch information
kiranharidas187 authored Jan 29, 2024
2 parents 9f3f550 + 58d6538 commit ae0b585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/admin/admin-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const routes: Routes = [
{
path: CommonRoutes.MANAGERS_SESSION,
loadChildren: () => import('../../pages/create-session/create-session.module').then( m => m.CreateSessionPageModule),
canActivate: [PermissionGuard],
// canActivate: [PermissionGuard],
data: {
forms: { page: MANAGERS_CREATE_SESSION_FORM}
}
Expand Down

0 comments on commit ae0b585

Please sign in to comment.