mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
[DSC-389] Fixed default value of showPaginator
This commit is contained in:
@@ -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