Skip to content

Commit

Permalink
Update FilterService.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 8, 2023
1 parent 4b933f7 commit de3c259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/api/FilterService.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const FilterService = {
for (const field of fields) {
const fieldValue = ObjectUtils.resolveFieldData(item, field);


if (this.filters[filterMatchMode](fieldValue, filterValue, filterLocale)) {
filteredItems.push(item);
break;
Expand Down

0 comments on commit de3c259

Please sign in to comment.