fix: missing return statement

This commit is contained in:
prssanna 2020-03-20 15:32:43 +05:30
parent f79603e47b
commit 1abc0264c0

View file

@ -117,7 +117,7 @@ frappe.report_utils = {
}
).then(r => {
frappe.dom.eval(r.script || '');
frappe.after_ajax(() => {
return frappe.after_ajax(() => {
return frappe.query_reports[report_name].filters;
})
});