Skip to content

Commit

Permalink
Fix CO Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Nov 19, 2019
1 parent 241e28c commit 3322137
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -95,6 +95,7 @@ export default {
!this.params.types.is_type.length &&
!this.params.keywords.keyword_ids.length &&
!this.params.determination.otu_ids.length &&
!this.params.determination.ancestor_id &&
!this.params.collectingEvents.collecting_event_ids.length &&
!Object.values(this.params.user).find(item => { return item != undefined }) &&
!Object.values(this.params.loans).find(item => { return item != undefined }) &&
Expand Down

0 comments on commit 3322137

Please sign in to comment.