diff --git a/frappe/core/page/dashboard/dashboard.js b/frappe/core/page/dashboard/dashboard.js index e33c81fe9c..25e051de70 100644 --- a/frappe/core/page/dashboard/dashboard.js +++ b/frappe/core/page/dashboard/dashboard.js @@ -297,7 +297,8 @@ class DashboardChart { setup_filter_button() { this.is_document_type = this.chart_doc.chart_type!== 'Report' && this.chart_doc.chart_type!=='Custom'; - this.filter_button = $(`
${__("Set Filters")}
`); + this.filter_button = + $(`
${__("Set Filters")}
`); this.filter_button.prependTo(this.chart_container); this.filter_button.on('click', () => { @@ -377,8 +378,8 @@ class DashboardChart { set_chart_actions(actions) { this.chart_actions = $(`