Skip to content
Snippets Groups Projects
Commit c66ed74b authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

#449

parent 517987f0
No related branches found
No related tags found
2 merge requests!98Dev,!97Shared data model
...@@ -299,7 +299,7 @@ const handleSubmit = async ( ...@@ -299,7 +299,7 @@ const handleSubmit = async (
) )
if (values.doi) { if (values.doi) {
meta.articleIds.push({ meta.articleIds.push({
type: 'doi', pubIdType: 'doi',
id: values.doi, id: values.doi,
}) })
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment