mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
67611: Fixed radio button bug + hide pagintion details
This commit is contained in:
@@ -63,6 +63,11 @@ export class ObjectCollectionComponent implements OnInit {
|
||||
*/
|
||||
@Input() context: Context;
|
||||
|
||||
/**
|
||||
* Option for hiding the pagination detail
|
||||
*/
|
||||
@Input() hidePaginationDetail = false;
|
||||
|
||||
/**
|
||||
* the page info of the list
|
||||
*/
|
||||
|
Reference in New Issue
Block a user