barsa-tiles 1.0.408 → 1.0.409

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.
@@ -2572,7 +2572,7 @@ class ShellbarComponent extends BaseComponent {
2572
2572
  return this.settings?.HideUserMenu ? [] : items;
2573
2573
  }
2574
2574
  get productSwitcher() {
2575
- return this.shellbarData?.ProductSwitchItem?.MoDataList ?? [];
2575
+ return (this.shellbarData?.ProductSwitchItems?.MoDataList ?? []);
2576
2576
  }
2577
2577
  get productMenuItems() {
2578
2578
  const items = this.shellbarData?.ProductMenuItems?.MoDataList ?? [];