Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dev' of github.com:erxes/erxes into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
batamar committed May 1, 2023
2 parents 303e74c + 5a8083f commit 2c8940d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ function withSaveAndEdit<IComponentProps>(Component) {
subject: '',
attachments: [],
content: '',
replyTo: '',
sender: '',
templateId: ''
};

Expand All @@ -131,7 +133,9 @@ function withSaveAndEdit<IComponentProps>(Component) {
subject: email.subject,
attachments: email.attachments,
content: email.content,
templateId: email.templateId
templateId: email.templateId,
replyTo: email.replyTo,
sender: email.sender
},
scheduleDate: scheduleDate
? {
Expand Down

0 comments on commit 2c8940d

Please sign in to comment.