Skip to content

Commit

Permalink
Include archive params when cloning campaigns on the UI. Closes #1026.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Nov 20, 2022
1 parent 73bb608 commit d30ef22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/views/Campaigns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,9 @@ export default Vue.extend({
headers: c.headers,
send_later: sendLater,
send_at: sendAt,
archive: c.archive,
archive_template_id: c.archiveTemplateId,
archive_meta: c.archiveMeta,
};
this.$api.createCampaign(data).then((d) => {
Expand Down

0 comments on commit d30ef22

Please sign in to comment.