We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a140926 commit e32b67bCopy full SHA for e32b67b
1 file changed
lib/public/components/Filters/common/FilteringModel.js
@@ -74,7 +74,7 @@ export class FilteringModel extends Observable {
74
* @return {boolean} true if at least one filter is active
75
*/
76
isAnyFilterActive() {
77
- for (const model of this.filterModels) {
+ for (const model of this._filterModels) {
78
if (!model.isEmpty) {
79
return true;
80
}
0 commit comments