@firestitch/list 9.11.0 → 9.11.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.
@@ -3355,7 +3355,7 @@
3355
3355
  var _this = this;
3356
3356
  var fetch$ = this.fetch$.asObservable();
3357
3357
  // Should wait until saved filters not loaded
3358
- if (!!this.filters && !!this.savedFilters) {
3358
+ if (!!this.filters) {
3359
3359
  fetch$ = rxjs.combineLatest([fetch$, this.filtersReady$])
3360
3360
  .pipe(operators.map(function (_a) {
3361
3361
  var _b = __read(_a, 1), params = _b[0];