Skip to content

Commit

Permalink
fix: duplicate on_row_checked call
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Jul 19, 2023
1 parent 06a905f commit 948b24e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frappe/public/js/frappe/list/list_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
render() {
this.render_list();
this.set_rows_as_checked();
this.on_row_checked();
this.render_count();
}

Expand Down

0 comments on commit 948b24e

Please sign in to comment.