Fix headers not being copied in campaign clone. Closes #948.
This commit is contained in:
parent
edb4c9168d
commit
5b8c705f03
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ export default Vue.extend({
|
|||
template_id: c.templateId,
|
||||
body: c.body,
|
||||
altbody: c.altbody,
|
||||
headers: c.headers,
|
||||
};
|
||||
this.$api.createCampaign(data).then((d) => {
|
||||
this.$router.push({ name: 'campaign', params: { id: d.id } });
|
||||
|
|
Loading…
Reference in a new issue