mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
explicit route string over generic name (#1318)
This commit is contained in:
committed by
Adina Parpalita
parent
4a849fead1
commit
f0a9b5bf43
@@ -70,7 +70,7 @@ export class AppLayoutComponent implements OnInit, OnDestroy {
|
|||||||
direction: Directionality;
|
direction: Directionality;
|
||||||
|
|
||||||
private minimizeConditions: string[] = ['search'];
|
private minimizeConditions: string[] = ['search'];
|
||||||
private hideConditions: string[] = ['preview'];
|
private hideConditions: string[] = ['/preview/'];
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
protected store: Store<AppStore>,
|
protected store: Store<AppStore>,
|
||||||
|
|||||||
Reference in New Issue
Block a user