Skip to content

Commit

Permalink
knowledge hub: increases ammount of cards per fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Nov 29, 2023
1 parent 3600862 commit 550e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/knowledge-hub/card-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const CardList = (): JSX.Element => {
}),
},
populate: '*',
'pagination[pageSize]': 3,
'pagination[pageSize]': 9,
},
{
query: {
Expand Down

0 comments on commit 550e2af

Please sign in to comment.