Merge pull request #34369 from iamejaaz/fix-list-view-header
fix(ListView): header resizing issue on list settings change
This commit is contained in:
commit
70fe568f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
|
|||
this.list_view_settings = list_view_settings;
|
||||
|
||||
this.setup_columns();
|
||||
this.refresh(true);
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
refresh(refresh_header = false) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue