fixed dashboard projects not being filterable

This commit is contained in:
Phil Hughes 2018-01-26 11:34:06 +00:00
parent b3c9d96559
commit c49fecdea5
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

@ -73,7 +73,7 @@ export default class FilterableList {
}
onFilterSuccess(response, queryData) {
if (response.html) {
if (response.data.html) {
this.listHolderElement.innerHTML = response.data.html;
}