Skip to content

Commit

Permalink
(fix) restore program enrollment
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet committed Oct 9, 2023
1 parent 9d5237a commit ecf6ede
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configuration/dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"remove": [
"patient-flag-tags"
]
},
"patient-chart-summary-dashboard-slot": {
"add": [
"programs-overview-widget"
]
}
},
"showServiceQueueFields": true,
Expand Down
5 changes: 5 additions & 0 deletions configuration/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"remove": [
"patient-flag-tags"
]
},
"patient-chart-summary-dashboard-slot": {
"add": [
"programs-overview-widget"
]
}
},
"showServiceQueueFields": true,
Expand Down

0 comments on commit ecf6ede

Please sign in to comment.