@annalib/anna-core 4.1.1 → 4.1.2

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.
@@ -1736,6 +1736,7 @@ class AnnaNonEditableGenericTableComponent {
1736
1736
  if (this.showSkeletonLoading) {
1737
1737
  this.tableData = this.numberOfSkeletonColumns;
1738
1738
  this.renderedData = this.numberOfSkeletonColumns;
1739
+ this.isNoDataToDisplaySubject$.next(false);
1739
1740
  this.annaFilterService.initialValueMap = new Map();
1740
1741
  }
1741
1742
  else {