Skip to content
Snippets Groups Projects
Commit 9192bb1b authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(revision): add missing property

parent bf69a74e
No related branches found
No related tags found
1 merge request!21Sprint #16 features
......@@ -81,7 +81,11 @@ const SubmitRevision = ({
<CustomValidatedField>
<ValidatedField
component={() => (
<AuthorList authorPath="revision.authors" parentForm="revision" />
<AuthorList
authorPath="revision.authors"
parentForm="revision"
project={project}
/>
)}
name="authors"
validate={[required]}
......
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