diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js index 94d61f4a64..f41c8e565f 100644 --- a/frappe/public/js/frappe/views/reports/query_report.js +++ b/frappe/public/js/frappe/views/reports/query_report.js @@ -625,7 +625,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList { const keywordValue = frappe.datetime.user_to_obj(keyword); const cellValue = frappe.datetime.str_to_obj(cell.content); return [+cellValue, +keywordValue]; - } + }; } return Object.assign(column, {