71380: Reset page size back to normal

This commit is contained in:
Kristof De Langhe
2020-06-15 17:57:25 +02:00
parent 16d3d0e063
commit c6ee46fdea

View File

@@ -60,7 +60,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