mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
[CST-5677] Changed bunblesPerPage value
This commit is contained in:
@@ -63,7 +63,7 @@ export class ItemAuthorizationsComponent implements OnInit, OnDestroy {
|
||||
* The size of the bundles to be loaded on demand
|
||||
* @type {number}
|
||||
*/
|
||||
bunblesPerPage = 1;
|
||||
bunblesPerPage = 6;
|
||||
|
||||
/**
|
||||
* The number of current page
|
||||
|
Reference in New Issue
Block a user