ngrx-entity-crud 12.10.0 → 12.10.1

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.
@@ -1188,7 +1188,7 @@
1188
1188
  }
1189
1189
  else {
1190
1190
  result.push(actions.SearchSuccess({ items: response.data, request: payload }));
1191
- result.push(actions.Filters({ filters: {} }));
1191
+ // result.push(actions.Filters({filters: {}}));
1192
1192
  if (payload.onResult) {
1193
1193
  var onResults = payload.onResult.map(function (a) { return a.newAction ? a.newAction(response, payload) : a; });
1194
1194
  result.push.apply(result, __spreadArray([], __read(onResults)));