fix: fixed Make new button for empty state in report view
This commit is contained in:
parent
d26b5e5e08
commit
fba37163bf
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
|
|||
setup_view() {
|
||||
this.setup_columns();
|
||||
this.bind_charts_button();
|
||||
super.setup_new_doc_event();
|
||||
}
|
||||
|
||||
setup_result_area() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue