mirror of https://github.com/Chocobozzz/PeerTube
Fix followers search
parent
5e755fff9d
commit
16c07398f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue