Skip to content

Commit

Permalink
admin: change default # of results from 10 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and ntarocco committed Nov 1, 2024
1 parent b8a5d39 commit 6060ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invenio_communities/administration/communities.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def init_search_config(self):
hidden_params=[
["include_deleted", "1"],
],
page=1,
size=30,
pagination_options=(20, 50),
default_size=20,
)

@staticmethod
Expand Down

0 comments on commit 6060ed1

Please sign in to comment.