From 9192bb1baeacf31d366cf0322c6751278d7e9548 Mon Sep 17 00:00:00 2001 From: Bogdan Cochior <bogdan.cochior@thinslices.com> Date: Thu, 26 Jul 2018 01:07:23 +0300 Subject: [PATCH] fix(revision): add missing property --- .../component-manuscript/src/components/SubmitRevision.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/component-manuscript/src/components/SubmitRevision.js b/packages/component-manuscript/src/components/SubmitRevision.js index 531146be4..837e46485 100644 --- a/packages/component-manuscript/src/components/SubmitRevision.js +++ b/packages/component-manuscript/src/components/SubmitRevision.js @@ -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]} -- GitLab