Skip to content

Commit

Permalink
documents: restore item per page setting
Browse files Browse the repository at this point in the history
Closes rero/rero-ils#2326.

Co-Authored-by: Renaud Michotte <[email protected]>
  • Loading branch information
zannkukai authored and iGor milhit committed Aug 26, 2021
1 parent 1eaf2ce commit 36a5214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class ItemsComponent {
isLoading = false;

/** Items per page */
private itemsPerPage = 1;
private itemsPerPage = 10;
/** Is items are hidden */
private _hidden = true;

Expand Down

0 comments on commit 36a5214

Please sign in to comment.