SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/leads/new_lead/store/constants/editableLeftRightFields.js

Summary

Maintainability
A
0 mins
Test Coverage
// Fields that are editable in the (left, right) portion of new_lead.
export default [
  'link_out',
  'link_out_text',
  'otu_id',
  'redirect_id',
  'text'
]