Update FilterService.js
parent
4b933f75ad
commit
de3c2593e9
|
@ -17,7 +17,6 @@ const FilterService = {
|
||||||
for (const field of fields) {
|
for (const field of fields) {
|
||||||
const fieldValue = ObjectUtils.resolveFieldData(item, field);
|
const fieldValue = ObjectUtils.resolveFieldData(item, field);
|
||||||
|
|
||||||
|
|
||||||
if (this.filters[filterMatchMode](fieldValue, filterValue, filterLocale)) {
|
if (this.filters[filterMatchMode](fieldValue, filterValue, filterLocale)) {
|
||||||
filteredItems.push(item);
|
filteredItems.push(item);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue