mirror of
https://github.com/knadh/listmonk.git
synced 2025-02-25 14:55:18 +08:00
Fix scheduling params being ignored on the create campaign UI. Fixes #516.
This commit is contained in:
parent
0bd13fe541
commit
19e0ea5f6c
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue