71380: Reset page size

This commit is contained in:
Kristof De Langhe
2020-06-18 12:13:32 +02:00
parent 82a3014af4
commit 28891211e4

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 = 3; pageSize = 10;
/** /**
* The page options to use for fetching the objects * The page options to use for fetching the objects