Skip to content

Commit

Permalink
Update app/components/workflow-metadata/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis authored Oct 16, 2023
1 parent 44f696a commit 97001ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/workflow-metadata/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class WorkflowMetadata extends Component {
const doiInfo = this.doiInfo;
const journal = yield get(this, 'args.publication.journal');

set(this, 'missingRequiredJournal', requiresJournal && !journal);
this.missingRequiredJournal = requiresJournal && !journal;

// Add relevant fields from DOI data to submission metadata
const metadataFromDoi = this.doi.doiToMetadata(doiInfo, journal, this.metadataSchema.getFields(schemas));
Expand Down

0 comments on commit 97001ce

Please sign in to comment.