mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
cleanup code, back buttons for about and profile
This commit is contained in:
@@ -72,7 +72,7 @@ export class AppService implements OnDestroy {
|
||||
toggleAppNavBar$ = new Subject();
|
||||
|
||||
hideSidenavConditions = ['/preview/'];
|
||||
minimizeSidenavConditions = ['search'];
|
||||
minimizeSidenavConditions = ['search', 'about', 'profile'];
|
||||
|
||||
onDestroy$ = new Subject<boolean>();
|
||||
|
||||
|
Reference in New Issue
Block a user