SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/nomenclature/new_taxon_name/store/mutations/setCitation.js

Summary

Maintainability
A
1 hr
Test Coverage
export default function (state, value) {
  state.taxon_name.origin_citation = value.origin_citation
  state.taxon_name.cached_html = value.cached_html
  state.taxon_name.cached_author_year = value.cached_author_year
}