IO-557 Send documents in emails.
This commit is contained in:
@@ -97,6 +97,7 @@ export function JobsDetailHeaderCsi({
|
||||
}
|
||||
if (e.key === "email")
|
||||
setEmailOptions({
|
||||
jobid: job.id,
|
||||
messageOptions: {
|
||||
to: [job.ownr_ea],
|
||||
replyTo: bodyshop.email,
|
||||
@@ -139,6 +140,7 @@ export function JobsDetailHeaderCsi({
|
||||
} else {
|
||||
if (e.key === "email")
|
||||
setEmailOptions({
|
||||
jobid: job.id,
|
||||
messageOptions: {
|
||||
to: [job.ownr_ea],
|
||||
replyTo: bodyshop.email,
|
||||
|
||||
Reference in New Issue
Block a user