From 54f357fe98f178c2e4dc0583b69cfc1ec181cb8b Mon Sep 17 00:00:00 2001 From: Megha-Dev-19 Date: Fri, 12 Apr 2024 00:19:05 +0530 Subject: [PATCH] fixed api --- apps/astraplusplus/widget/ProposalsFeed/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/astraplusplus/widget/ProposalsFeed/index.jsx b/apps/astraplusplus/widget/ProposalsFeed/index.jsx index 78e33b7..6325159 100644 --- a/apps/astraplusplus/widget/ProposalsFeed/index.jsx +++ b/apps/astraplusplus/widget/ProposalsFeed/index.jsx @@ -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 }),