mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[DSC-389] Fixed default value of showPaginator
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
[sortConfig]="(currentSort$ |async)"
|
||||
[type]="startsWithType"
|
||||
[startsWithOptions]="startsWithOptions"
|
||||
[showPaginator]="true"
|
||||
(prev)="goPrev()"
|
||||
(next)="goNext()">
|
||||
</ds-browse-by>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user