Skip to content

Commit

Permalink
fix contact_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jdndiaye committed Feb 9, 2024
1 parent 4ff87e7 commit e299538
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/config/chis-tg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"replacement_property": {
"friendly_name": "Affected CHW site",
"property_name": "replacement",
"property_name": "REPLACEMENT",
"type": "name",
"required": true
},
Expand All @@ -40,15 +40,8 @@
],
"contact_properties": [
{
"friendly_name": "CHW last name",
"property_name": "last_name",
"type": "name",
"parameter": [],
"required": true
},
{
"friendly_name": "CHW fist name",
"property_name": "first_name",
"friendly_name": "CHW name",
"property_name": "name",
"type": "name",
"parameter": [],
"required": true
Expand Down

0 comments on commit e299538

Please sign in to comment.