diff --git a/frappe/public/js/frappe/list/list_view.js b/frappe/public/js/frappe/list/list_view.js index 4a44f2f816..453b31236c 100644 --- a/frappe/public/js/frappe/list/list_view.js +++ b/frappe/public/js/frappe/list/list_view.js @@ -304,7 +304,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList { } refresh(refresh_header = false) { - super.refresh().then(() => { + return super.refresh().then(() => { this.render_header(refresh_header); this.update_checkbox(); this.update_url_with_filters();