Fix: Correctly duplicate from
This commit is contained in:
@@ -161,6 +161,7 @@ export class Campaigns {
|
|||||||
body: campaign.body,
|
body: campaign.body,
|
||||||
style: campaign.style,
|
style: campaign.style,
|
||||||
email: campaign.email,
|
email: campaign.email,
|
||||||
|
from: campaign.from,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ export class Templates {
|
|||||||
type: template.type,
|
type: template.type,
|
||||||
style: template.style,
|
style: template.style,
|
||||||
email: template.email,
|
email: template.email,
|
||||||
|
from: template.from,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user