Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return !every(Object.values(this.filter), a => isEmpty(a)) || !isEmpty(this.search);
}
return filter(this.filterUi, a => !isEmpty(a)).length;
}