splice error on console (#4669)
This commit is contained in:
parent
90c1bb1bfa
commit
60875dfc00
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ frappe.ui.FilterList = Class.extend({
|
|||
}
|
||||
if (i!==undefined) {
|
||||
// remove index
|
||||
this.splice(i, 1);
|
||||
this.filters.splice(i, 1);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue