@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.
@@ -3161,7 +3161,7 @@ var List = /** @class */ (function (_super) {
3161
3161
  var _this = this;
3162
3162
  var fetch$ = this.fetch$.asObservable();
3163
3163
  // Should wait until saved filters not loaded
3164
- if (!!this.filters && !!this.savedFilters) {
3164
+ if (!!this.filters) {
3165
3165
  fetch$ = combineLatest([fetch$, this.filtersReady$])
3166
3166
  .pipe(map(function (_a) {
3167
3167
  var _b = __read(_a, 1), params = _b[0];