Remove unnecesary passed parameter
This commit is contained in:
parent
9535717c06
commit
bfa371020e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export default class FilterableList {
|
|||
});
|
||||
}
|
||||
|
||||
onFilterSuccess(data, xhr) {
|
||||
onFilterSuccess(data) {
|
||||
if (data.html) {
|
||||
this.listHolderElement.innerHTML = data.html;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue