Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Feb 6, 2024
1 parent 92c229d commit a3d13ee
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 a3d13ee

Please sign in to comment.