Commit c49fecde authored by Phil Hughes's avatar Phil Hughes

fixed dashboard projects not being filterable

parent b3c9d965
......@@ -73,7 +73,7 @@ export default class FilterableList {
}
onFilterSuccess(response, queryData) {
if (response.html) {
if (response.data.html) {
this.listHolderElement.innerHTML = response.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