@firestitch/filter 12.10.3 → 12.10.4
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.
|
@@ -5083,7 +5083,7 @@
|
|
|
5083
5083
|
});
|
|
5084
5084
|
Object.defineProperty(FilterComponent.prototype, "hasItemValues", {
|
|
5085
5085
|
get: function () {
|
|
5086
|
-
return this.
|
|
5086
|
+
return this.items
|
|
5087
5087
|
.some(function (item) { return item.value !== undefined; });
|
|
5088
5088
|
},
|
|
5089
5089
|
enumerable: false,
|