fix(filter): Fetch correct filter values

This commit is contained in:
Gavin D'souza 2022-06-06 15:31:47 +05:30
parent c8207768db
commit cc16342bb8

View file

@ -318,7 +318,7 @@ frappe.ui.Filter = class {
}
get_selected_value() {
return this.value || this.utils.get_selected_value(this.field, this.get_condition());
return this.utils.get_selected_value(this.field, this.get_condition());
}
get_selected_label() {