fix: Remove chart from report when saved without chart
This commit is contained in:
parent
57614e9a6e
commit
06aa8a10ad
1 changed files with 1 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
|
|||
this.$charts_wrapper.addClass('hidden');
|
||||
this.save_view_user_settings(
|
||||
{ chart_args: null });
|
||||
this.chart_args = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue