Merge branch 'dev' into feature-global-ui-permissions

This commit is contained in:
Michael Shamoon
2022-12-05 15:56:32 -08:00
4 changed files with 90 additions and 2 deletions

View File

@@ -166,6 +166,11 @@ const routes: Routes = [
},
},
},
{
path: 'settings/:section',
component: SettingsComponent,
canDeactivate: [DirtyFormGuard],
},
{ path: 'tasks', component: TasksComponent },
],
},