Commit 73067e1c authored by Alfredo Sumaran's avatar Alfredo Sumaran

Add missing parameter to onFilterSuccess

parent 876107d5
......@@ -56,7 +56,7 @@ export default class FilterableList {
});
}
onFilterSuccess(data) {
onFilterSuccess(data, xhr) {
if (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