diff --git a/frontend/src/pages/groups/group-view.js b/frontend/src/pages/groups/group-view.js index 013267bcd5..514b2feb54 100644 --- a/frontend/src/pages/groups/group-view.js +++ b/frontend/src/pages/groups/group-view.js @@ -53,7 +53,7 @@ class GroupView extends React.Component { isSortOptionsDialogOpen: false, repoList: [], currentPage: 1, - perPage: 50, + perPage: 300, hasNextPage: false, libraryType: 'group', isCreateRepoDialogShow: false,