X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-blocklist%2Fmy-account-blocklist.component.ts;h=fd1fabcdbfea284fd51baea9949d45ba80836555;hb=7dfe35288613967f5ac69cd46901ec60c5050b93;hp=d8e9fc51485539f44d2ee0a3bf05751f1d2fe151;hpb=8e11a1b37cb1d226acfe494f8821e5eb6e874dd0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts b/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts index d8e9fc514..fd1fabcdb 100644 --- a/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts +++ b/client/src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts @@ -13,7 +13,6 @@ import { AccountBlock, BlocklistService } from '@app/shared/blocklist' export class MyAccountBlocklistComponent extends RestTable implements OnInit { blockedAccounts: AccountBlock[] = [] totalRecords = 0 - rowsPerPage = 10 sort: SortMeta = { field: 'createdAt', order: -1 } pagination: RestPagination = { count: this.rowsPerPage, start: 0 }