fixed dashboard projects not being filterable
This commit is contained in:
parent
b3c9d96559
commit
c49fecdea5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default class FilterableList {
|
|||
}
|
||||
|
||||
onFilterSuccess(response, queryData) {
|
||||
if (response.html) {
|
||||
if (response.data.html) {
|
||||
this.listHolderElement.innerHTML = response.data.html;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue