From b650643b38420f5412bff894d78b31af0d94c87e Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Fri, 6 Mar 2020 11:19:18 +0100 Subject: [PATCH] Removed param --- print/core/email.js | 1 - 1 file changed, 1 deletion(-) diff --git a/print/core/email.js b/print/core/email.js index ab09eab98f..faf744e772 100644 --- a/print/core/email.js +++ b/print/core/email.js @@ -80,7 +80,6 @@ class Email extends Component { const localeSubject = await this.getSubject(); const options = { to: this.args.recipient, - replyTo: this.args.replyTo, subject: localeSubject, html: rendered, attachments: attachments