fix: deleting group_by argument
This commit is contained in:
parent
8aaf1b2dd9
commit
ba7024ca67
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
|
|||
|
||||
get_args() {
|
||||
const args = super.get_args();
|
||||
args.group_by = null;
|
||||
delete args.group_by;
|
||||
this.group_by_control.set_args(args);
|
||||
|
||||
return args;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue