[fix] fix repo pagination

Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
Yogi_Wang 2020-03-20 17:22:28 +08:00
parent 63cf1fce7f
commit 2786a3347c

View File

@ -72,8 +72,7 @@ export class RepositoryGridviewComponent implements OnChanges, OnInit, OnDestroy
cardHover = false;
listHover = false;
// pageSize: number = DEFAULT_PAGE_SIZE;
pageSize: number = 3;
pageSize: number = DEFAULT_PAGE_SIZE;
currentPage = 1;
totalCount = 0;
currentState: ClrDatagridStateInterface;