Skip to content

Commit

Permalink
splice error on console (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlash65 authored and nabinhait committed Dec 25, 2017
1 parent 90c1bb1 commit 60875df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/ui/filters/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ frappe.ui.FilterList = Class.extend({
}
if (i!==undefined) {
// remove index
this.splice(i, 1);
this.filters.splice(i, 1);
}
},

Expand Down

0 comments on commit 60875df

Please sign in to comment.