fix: Timelime compose email
This commit is contained in:
parent
9af683090a
commit
8cdc5518bd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ frappe.ui.form.NewTimeline = class {
|
|||
}
|
||||
|
||||
setup_timeline_actions() {
|
||||
this.add_action_button(__('New Email'), this.compose_mail.bind(this));
|
||||
this.add_action_button(__('New Email'), () => this.compose_mail());
|
||||
}
|
||||
|
||||
add_action_button(label, action) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue