From 3a3ebd4c4c50bb1e941f236c35e020b46fffe4b1 Mon Sep 17 00:00:00 2001 From: Davide Negretti Date: Thu, 24 Feb 2022 16:25:47 +0100 Subject: [PATCH] [DSC-389] Fixed default value of showPaginator --- .../browse-by-metadata-page.component.html | 1 - src/app/shared/browse-by/browse-by.component.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html b/src/app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html index b38fcb0235..dd37cf6db5 100644 --- a/src/app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html +++ b/src/app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component.html @@ -31,7 +31,6 @@ [sortConfig]="(currentSort$ |async)" [type]="startsWithType" [startsWithOptions]="startsWithOptions" - [showPaginator]="true" (prev)="goPrev()" (next)="goNext()"> diff --git a/src/app/shared/browse-by/browse-by.component.ts b/src/app/shared/browse-by/browse-by.component.ts index a1622cf4dc..cc99e64bc5 100644 --- a/src/app/shared/browse-by/browse-by.component.ts +++ b/src/app/shared/browse-by/browse-by.component.ts @@ -67,7 +67,7 @@ export class BrowseByComponent implements OnInit { /** * Whether or not the pagination should be rendered as simple previous and next buttons instead of the normal pagination */ - @Input() showPaginator = true; + @Input() showPaginator = false; /** * It is used to hide or show gear