style: Missing semicolon
This commit is contained in:
parent
65e0fe19cc
commit
184a3f57bc
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ frappe.listview_settings['Communication'] = {
|
|||
},
|
||||
|
||||
primary_action: function() {
|
||||
new frappe.views.CommunicationComposer({ doc: {} })
|
||||
new frappe.views.CommunicationComposer({ doc: {} });
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue