Skip to content

Commit

Permalink
replace usage of this.getFilter(term-filter) with getFilterByType, re #…
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Aug 8, 2024
1 parent 0c36502 commit a2eeb4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ define([
});
queryObj[componentName] = JSON.stringify(advanced);

if (this.getFilter('term-filter').hasTag(this.tagId) === false) {
if (this.getFilterByType('term-filter').hasTag(this.tagId) === false) {
this.getFilterByType('term-filter').addTag(this.tagId, this.name, ko.observable(false));
}
} else {
Expand Down

0 comments on commit a2eeb4a

Please sign in to comment.