SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/factory/Citation.js

Summary

Maintainability
A
0 mins
Test Coverage
export default (type) => ({
  id: undefined,
  uuid: crypto.randomUUID(),
  source_id: undefined,
  pages: undefined,
  citation_object_type: type,
  citation_object_id: undefined,
  isUnsaved: false
})