Fix scheduling params being ignored on the create campaign UI. Fixes #516.

This commit is contained in:
Kailash Nadh 2021-11-07 09:17:54 +05:30
parent 0bd13fe541
commit 19e0ea5f6c

View file

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