Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Feb 7, 2024
1 parent bc155c0 commit 2664950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions govtool/frontend/src/services/requests/getProposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const getProposals = async ({
dRepID = "",
filters = [],
page = 0,
// It allows fetch proposals and if we have 7 items, display 6 cards and "view all" button
pageSize = 7,
sorting = "",
}: getProposalsArguments) => {
Expand Down

0 comments on commit 2664950

Please sign in to comment.