Fix followers search
authorChocobozzz <me@florianbigard.com>
Thu, 13 Dec 2018 14:00:10 +0000 (15:00 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 13 Dec 2018 14:00:42 +0000 (15:00 +0100)
client/src/app/+admin/follows/followers-list/followers-list.component.ts

index 4a25b7ff32075c7c4d6d52517d1644ec26a17c6f..43ce5d4af71ef4eb5d1090d94a84271968398a23 100644 (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