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