fix: fixed Make new button for empty state in report view

This commit is contained in:
Shivam Mishra 2019-04-26 12:03:06 +05:30
parent d26b5e5e08
commit fba37163bf

View file

@ -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() {