barsa-develop-components 2.3.25 → 2.3.27

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.
@@ -1021,7 +1021,7 @@ class ServiceDeskHeaderComponent extends TilesViewerContainerComponent {
1021
1021
  });
1022
1022
  this.appTileGroups$.subscribe((appTileGroups) => {
1023
1023
  this._setSelectedAppTileGroup(appTileGroups, 0);
1024
- appTileGroups.forEach((c) => this._tilesViewerService.loadAppGroup(c));
1024
+ appTileGroups.forEach((c) => this._tilesViewerService.loadAppTileGroup(c));
1025
1025
  this.appGroups = appTileGroups;
1026
1026
  });
1027
1027
  this.deviceSize$ = this._portalService.deviceSize$;