@thetradeengineorg1/snova-shell-module 1.0.7 → 1.0.8

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.
@@ -12037,6 +12037,9 @@
12037
12037
  if (this.router.url.startsWith("/dashboard-management/dashboard")) {
12038
12038
  this.selectedRowIndex = 99;
12039
12039
  }
12040
+ else {
12041
+ this.selectedRowIndex = null; // ensures no preselected Report card
12042
+ }
12040
12043
  };
12041
12044
  /** hover enter */
12042
12045
  SideBarComponent.prototype.enter = function (index) {