Skip to content

Commit

Permalink
Merge pull request #383 from AkshataKatwal16/relese-changes
Browse files Browse the repository at this point in the history
Issue feat:Fetch  only active cohorts at master data
  • Loading branch information
itsvick authored Dec 2, 2024
2 parents 3125056 + 506a7c9 commit 82513b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ const Block: React.FC = () => {
name: searchKeyword,
states: stateCode,
type: CohortTypes.DISTRICT,
status:["active"]
},
sort: sortBy,
};
Expand Down
2 changes: 2 additions & 0 deletions src/pages/district.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ const District: React.FC = () => {
name: searchKeyword,
states: stateCode,
type: CohortTypes.DISTRICT,
status:["active"]

},
sort: sortBy,
};
Expand Down
2 changes: 2 additions & 0 deletions src/pages/state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ const State: React.FC = () => {
filters: {
name: searchKeyword,
type: "STATE",
status:["active"]

},
sort: sortBy,
};
Expand Down

0 comments on commit 82513b5

Please sign in to comment.