barsa-develop-components 2.2.74 → 2.2.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -994,7 +994,8 @@ class ServiceDeskHeaderComponent extends TilesViewerContainerComponent {
|
|
|
994
994
|
}
|
|
995
995
|
ngOnInit() {
|
|
996
996
|
super.ngOnInit();
|
|
997
|
-
this._mode2 = this.settings.Mode2;
|
|
997
|
+
// this._mode2 = this.settings.Mode2;
|
|
998
|
+
this._mode2 = true;
|
|
998
999
|
this.imageUrl = this._portalService.imageUrl || '/assets/back.jpg';
|
|
999
1000
|
this._portalService.searchTerm$.pipe(takeUntil$1(this._onDestroy$)).subscribe((term) => {
|
|
1000
1001
|
this.searchTerm = term;
|