Search minor fixes
This commit is contained in:
parent
403e6effc3
commit
3e69276734
@ -19,7 +19,7 @@ interface MenuItem {
|
||||
}
|
||||
|
||||
const isNavigationStart = event => event instanceof NavigationStart;
|
||||
const isSearchScreen: (url: string) => boolean = url => url.includes('/main/dossiers') && url.includes('/search');
|
||||
const isSearchScreen: (url: string) => boolean = url => url.includes('/search');
|
||||
|
||||
@Component({
|
||||
templateUrl: './base-screen.component.html',
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 2bae4da2b991ad300b893f6b73797b6c1b90448c
|
||||
Subproject commit 903a6288deb66d865974a13bd03adf27c73070a2
|
||||
Loading…
x
Reference in New Issue
Block a user