SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/components/radials/filter/links/BiologicalAssociation.js

Summary

Maintainability
A
0 mins
Test Coverage
import {
  FILTER_ASSERTED_DISTRIBUTION,
  FILTER_COLLECTING_EVENT,
  FILTER_COLLECTION_OBJECT,
  FILTER_OTU,
  FILTER_SOURCE,
  FILTER_TAXON_NAME
} from '../constants/filterLinks'

export const BiologicalAssociation = [
  FILTER_ASSERTED_DISTRIBUTION,
  FILTER_COLLECTING_EVENT,
  FILTER_COLLECTION_OBJECT,
  FILTER_OTU,
  FILTER_SOURCE,
  FILTER_TAXON_NAME
]