mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
71380: Reset page size
This commit is contained in:
@@ -75,7 +75,7 @@ export abstract class AbstractPaginatedDragAndDropListComponent<T extends DSpace
|
||||
/**
|
||||
* The amount of objects to display per page
|
||||
*/
|
||||
pageSize = 3;
|
||||
pageSize = 10;
|
||||
|
||||
/**
|
||||
* The page options to use for fetching the objects
|
||||
|
Reference in New Issue
Block a user