Fix headers not being copied in campaign clone. Closes #948.

This commit is contained in:
Kailash Nadh 2022-09-16 23:19:15 +05:30
parent edb4c9168d
commit 5b8c705f03

View file

@ -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 } });