fix: remove freeze
This commit is contained in:
parent
548813af69
commit
2ebf67af39
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ frappe.ui.FilterGroup = class {
|
|||
|
||||
get_filters() {
|
||||
return this.filters.filter(f => f.field).map(f => {
|
||||
// f.freeze();
|
||||
return f.get_value();
|
||||
});
|
||||
// {}: this.list.update_standard_filters(values);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue