Skip to content

Commit

Permalink
remove filter from boudary (#632)
Browse files Browse the repository at this point in the history
Co-authored-by: nabeelmd-eGov <[email protected]>
  • Loading branch information
nabeelmd-eGov and nabeelmd-eGov authored May 20, 2024
1 parent 0dfc612 commit f630f77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const SetupCampaign = () => {
const { data: boundaryId, isLoading: isBoundaryLoading, refetch: refetchBoundary } = Digit.Hooks.campaign.useGenerateIdCampaign({
type: "boundary",
hierarchyType: hierarchyType,
filters: filteredBoundaryData,
// filters: filteredBoundaryData,
campaignId: id,
config: {
enabled: fetchUpload || (fetchBoundary && currentKey > 6),
Expand Down

0 comments on commit f630f77

Please sign in to comment.