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
1 changed files with 1 additions and 1 deletions

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;
}