sidebar behaviour done

This commit is contained in:
rubikscraft
2022-03-18 20:52:03 +01:00
parent fc060cad69
commit c26e1aef38
2 changed files with 8 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ const SettingsRoutes: PRoutes = [
},
},
{
path: 'general',
path: 'syspref',
loadChildren: () => SettingsSysprefRouteModule,
data: {
permissions: [Permission.SysPrefManage],