Fix followers search

pull/1488/head
Chocobozzz 2018-12-13 15:00:10 +01:00
parent 5e755fff9d
commit 16c07398f2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export class FollowersListComponent extends RestTable implements OnInit {
}
protected loadData () {
this.followService.getFollowers(this.pagination, this.sort)
this.followService.getFollowers(this.pagination, this.sort, this.search)
.subscribe(
resultList => {
this.followers = resultList.data