fix: remove freeze

This commit is contained in:
prssanna 2020-05-26 19:26:25 +05:30
parent 548813af69
commit 2ebf67af39

View file

@ -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);