Testing #72
@@ -10,7 +10,7 @@ class Filters {
|
|||||||
}
|
}
|
||||||
|
|
||||||
isEmpty() {
|
isEmpty() {
|
||||||
return !this.hasValidType() || this.filters.length === 0;
|
return !this.hasValidType() || this.value.length === 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
has(filter) {
|
has(filter) {
|
||||||
|
|||||||
Reference in New Issue
Block a user