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