Update FilterService.js

pull/4524/head
mertsincan 2023-10-08 20:33:46 +01:00
parent 4b933f75ad
commit de3c2593e9
1 changed files with 0 additions and 1 deletions

View File

@ -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;