style: missing semicolon
This commit is contained in:
parent
d760e25b63
commit
4bb79161be
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ frappe.ui.form.on('Newsletter', {
|
|||
frm.dashboard.set_headline('');
|
||||
}, 3000);
|
||||
}
|
||||
})
|
||||
});
|
||||
}, __('Preview'));
|
||||
|
||||
frm.add_custom_button(__('Send now'), () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue