Skip to content

Commit

Permalink
fixed api
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Apr 11, 2024
1 parent f9b589a commit 54f357f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/astraplusplus/widget/ProposalsFeed/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ function fetchProposals() {
offset: state.page * resPerPage,
limit: resPerPage,
status: state.filters.proposal_status,
proposal_types: state.filters.proposal_types,
time_start: state.filters.time_start,
time_end: state.filters.time_end
}),
Expand Down

0 comments on commit 54f357f

Please sign in to comment.