Skip to content

Commit

Permalink
fix: charts on dashboard not loading
Browse files Browse the repository at this point in the history
(cherry picked from commit 93f7fa1)
  • Loading branch information
shariquerik authored and mergify[bot] committed Apr 20, 2023
1 parent 7fac775 commit a00405c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frappe/public/js/frappe/ui/filters/filter_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ frappe.ui.FilterGroup = class {
}

set_clear_all_filters_event() {
if (!this.filter_x_button) return;

this.filter_x_button.on("click", () => {
this.toggle_empty_filters(true);
if (typeof this.base_list !== "undefined") {
Expand Down

0 comments on commit a00405c

Please sign in to comment.