Skip to content

Commit e32b67b

Browse files
committed
roll bakc
1 parent a140926 commit e32b67b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/components/Filters/common/FilteringModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class FilteringModel extends Observable {
7474
* @return {boolean} true if at least one filter is active
7575
*/
7676
isAnyFilterActive() {
77-
for (const model of this.filterModels) {
77+
for (const model of this._filterModels) {
7878
if (!model.isEmpty) {
7979
return true;
8080
}

0 commit comments

Comments
 (0)