diff --git a/packages/component-manuscript/src/components/SubmitRevision.js b/packages/component-manuscript/src/components/SubmitRevision.js
index 531146be4fc70c26a3bdd54cc2df160f55865d67..837e464858a8bbcdc0d2de1ff382a974b92a2ff5 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]}