Skip to content

Commit

Permalink
Fix scheduling params being ignored on the create campaign UI. Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Nov 7, 2021
1 parent 0bd13fe commit 19e0ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/views/Campaign.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ export default Vue.extend({
messenger: 'email',
type: 'regular',
tags: this.form.tags,
send_later: this.form.sendLater,
send_at: this.form.sendLater ? this.form.sendAtDate : null,
template_id: this.form.templateId,
// body: this.form.body,
};
Expand Down

0 comments on commit 19e0ea5

Please sign in to comment.