@annalib/anna-core 5.0.8 → 5.0.10

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.
@@ -2526,7 +2526,7 @@ class AnnaNonEditableGenericTableComponent {
2526
2526
  // this.emitData();
2527
2527
  this.setInitialRowsForTable();
2528
2528
  this.disableEnableEachColumnTooltipIcon();
2529
- this.annaFilterService.updateStateOfTheCurrentFilterTab(this.annaSortService.columnSortState);
2529
+ this.annaFilterService.updateStateOfAllTheKeys(this.annaSortService.columnSortState);
2530
2530
  this.emitData();
2531
2531
  this.closeTooltip();
2532
2532
  }