@firestitch/list 9.12.2 → 9.12.3

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.
@@ -3638,7 +3638,7 @@
3638
3638
  this.selection.selectedRowsIntersection(this.dataController.visibleRowsData);
3639
3639
  }
3640
3640
  if (((_c = this.emptyState) === null || _c === void 0 ? void 0 : _c.validate) && this.emptyStateTemplate) {
3641
- this.emptyStateEnabled = this.emptyState.validate(query, lodashEs.cloneDeep(response.data));
3641
+ this.emptyStateEnabled = this.emptyState.validate(query, lodashEs.cloneDeep(this.dataController.visibleRowsData));
3642
3642
  }
3643
3643
  if (this.afterFetchFn) {
3644
3644
  this.afterFetchFn(query, this.dataController.visibleRowsData);