mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Cosmetics
This commit is contained in:
parent
8be4760309
commit
3a6cfbae64
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ import { ObjectUtils } from 'primevue/utils';
|
|||
const FilterService = {
|
||||
filter(value, fields, filterValue, filterMatchMode, filterLocale) {
|
||||
let filteredItems = [];
|
||||
|
||||
if (!value) {
|
||||
return filteredItems;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue