Update FilterService.js
parent
4b933f75ad
commit
de3c2593e9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue