@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.
- package/bundles/firestitch-list.umd.js +1 -1
- package/bundles/firestitch-list.umd.js.map +1 -1
- package/bundles/firestitch-list.umd.min.js +1 -1
- package/bundles/firestitch-list.umd.min.js.map +1 -1
- package/esm2015/app/classes/list-controller.js +2 -2
- package/esm5/app/classes/list-controller.js +2 -2
- package/fesm2015/firestitch-list.js +1 -1
- package/fesm2015/firestitch-list.js.map +1 -1
- package/fesm5/firestitch-list.js +1 -1
- package/fesm5/firestitch-list.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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];
|