Skip to content

Commit

Permalink
Fix headers not being copied in campaign clone. Closes #948.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 16, 2022
1 parent edb4c91 commit 5b8c705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/Campaigns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 } });
Expand Down

0 comments on commit 5b8c705

Please # to comment.