Skip to content
Snippets Groups Projects
Commit 05aa9a29 authored by Mihail Hagiu's avatar Mihail Hagiu
Browse files

fix: AuthorEmail

Corrected email type argument
parent 10f514e1
No related branches found
No related tags found
4 merge requests!196S25 - EiC submit revision,!189S25,!180Hin 663 eic email to author,!177Hin 230 eic request revision
...@@ -419,7 +419,7 @@ class Notification { ...@@ -419,7 +419,7 @@ class Notification {
}) })
const { paragraph, ...bodyProps } = getEmailCopy({ const { paragraph, ...bodyProps } = getEmailCopy({
emailType: 'author-request-to-revision', emailType: 'author-request-to-revision-from-eic',
titleText, titleText,
comments: authorNoteText, comments: authorNoteText,
}) })
......
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