Commit bfa37102 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove unnecesary passed parameter

parent 9535717c
...@@ -56,7 +56,7 @@ export default class FilterableList { ...@@ -56,7 +56,7 @@ export default class FilterableList {
}); });
} }
onFilterSuccess(data, xhr) { onFilterSuccess(data) {
if (data.html) { if (data.html) {
this.listHolderElement.innerHTML = data.html; this.listHolderElement.innerHTML = data.html;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment