Skip to content

Commit

Permalink
Add NGO and CBO to Facility Type; Fixes #9529
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Dec 24, 2024
1 parent 46bf5ed commit f5411d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ export const FACILITY_TYPES: Array<OptionsType> = [
// { id: 1200, text: "Second Line Treatment Center" },
// { id: 1400, text: "Covid Management Center" },
// { id: 1600, text: "District War Room" },
{ id: 3000, text: "Non Governmental Organization" },
{ id: 4000, text: "Community Based Organization" },
];

export const SHIFTING_CHOICES_WARTIME: Array<OptionsType> = [
Expand Down

0 comments on commit f5411d8

Please sign in to comment.