71380: Reset page size

This commit is contained in:
Kristof De Langhe
2020-06-25 17:52:02 +02:00
parent bfdd943d45
commit f24bd9fe36

View File

@@ -75,7 +75,7 @@ export abstract class AbstractPaginatedDragAndDropListComponent<T extends DSpace
/** /**
* The amount of objects to display per page * The amount of objects to display per page
*/ */
pageSize = 2; pageSize = 10;
/** /**
* The page options to use for fetching the objects * The page options to use for fetching the objects