@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
package/fesm5/firestitch-list.js
CHANGED
|
@@ -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
|
|
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];
|