Skip to content

Commit

Permalink
Samyuktha | MOBN-2409 | Fix. Config syntax to test the toggle.
Browse files Browse the repository at this point in the history
  • Loading branch information
saisamyukthag committed Jun 10, 2024
1 parent 927bfec commit 3c6607b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/app/clinical/config/visitMandatoryTab.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"displayOrder": 5,
"config": {
"translationKey": "VISIT_TITLE_LAB_ORDERS_KEY",
"showChart": true,
"showChart": false,
"showTable": false,
"showOrders": true,
"showOrders": false,
"showNormalLabResults": false,
"showCommentsExpanded": false,
"showAccessionNotes": true,
"showAccessionNotes": false,
"numberOfVisits": 10,
"showDetailsButton": false,
"hideVisitDate": true
Expand Down

0 comments on commit 3c6607b

Please sign in to comment.