fix: return promise from super().refresh (#20116)
This commit is contained in:
parent
cecc34d15e
commit
6e3bfb06c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue