Merge pull request #6948 from surajshetty3416/fix-listview-refresh
fix: listview load
This commit is contained in:
commit
946b7bac8c
1 changed files with 1 additions and 1 deletions
|
|
@ -863,7 +863,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
|
|||
}
|
||||
return return_value;
|
||||
});
|
||||
|
||||
this.toggle_result_area();
|
||||
this.render();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue