@annalib/anna-core 18.2.4 → 18.2.5

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.
@@ -2893,7 +2893,9 @@ class AnnaColumnCheckboxFilterComponent {
2893
2893
  this.margin = 5;
2894
2894
  }
2895
2895
  ngOnInit() {
2896
- this.populateTooltipDataBasedOnSelectedRadio(this.filterTabObjects[0], false);
2896
+ if (this.filterTabObjects?.length) {
2897
+ this.populateTooltipDataBasedOnSelectedRadio(this.filterTabObjects[0], false);
2898
+ }
2897
2899
  }
2898
2900
  populateTooltipDataBasedOnSelectedRadio(activeTab, reload) {
2899
2901
  let header = activeTab.key;