fix: incorrect UI icon for desc sort (#25687)
This commit is contained in:
parent
85f66c083e
commit
8dd10b3a03
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ frappe.ui.SortSelector = class SortSelector {
|
|||
|
||||
// set default
|
||||
this.sort_by = this.args.sort_by;
|
||||
this.sort_order = this.args.sort_order;
|
||||
this.sort_order = this.args.sort_order = this.args.sort_order.toLowerCase();
|
||||
}
|
||||
get_meta_sort_field() {
|
||||
var meta = frappe.get_meta(this.doctype);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue