@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.
@@ -3445,7 +3445,7 @@ var List = /** @class */ (function (_super) {
3445
3445
  this.selection.selectedRowsIntersection(this.dataController.visibleRowsData);
3446
3446
  }
3447
3447
  if (((_c = this.emptyState) === null || _c === void 0 ? void 0 : _c.validate) && this.emptyStateTemplate) {
3448
- this.emptyStateEnabled = this.emptyState.validate(query, cloneDeep(response.data));
3448
+ this.emptyStateEnabled = this.emptyState.validate(query, cloneDeep(this.dataController.visibleRowsData));
3449
3449
  }
3450
3450
  if (this.afterFetchFn) {
3451
3451
  this.afterFetchFn(query, this.dataController.visibleRowsData);