IO-869 Report Email Subject Lines issue

This commit is contained in:
Patrick Fic
2021-04-12 13:48:00 -07:00
parent 8f7c45976c
commit b8382aa970
6 changed files with 35 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ export function ReportCenterModalComponent({ reportCenterModal }) {
},
{
to: values.to,
subject: Templates[values.key]?.subject,
},
values.email ? "e" : "p"
);