Skip to content

Commit 088c928

Browse files
authored
Merge pull request #1199 from PathwayCommons/iss961_PublicationTypeList
Add PublicationTypeList to default Pubmed article template.
2 parents bfd4334 + ee512dc commit 088c928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/pubmed.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ const createPubmedArticle = ({ articleTitle = null, journalName = null, publicat
274274
},
275275
Volume: null
276276
}
277-
}
277+
},
278+
PublicationTypeList: []
278279
},
279280
ChemicalList: [],
280281
InvestigatorList: [],

0 commit comments

Comments
 (0)