Skip to content

Commit

Permalink
(fix) O3-4174 Make billing fields on start visit form configurable ba…
Browse files Browse the repository at this point in the history
…sed on the flag (#71)
  • Loading branch information
CynthiaKamau authored Nov 6, 2024
1 parent 7b4bb5f commit a073aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
{
"name": "billing-checkin-form",
"slot": "extra-visit-attribute-slot",
"component": "billingCheckInForm"
"component": "billingCheckInForm",
"featureFlag": "billing"
},
{
"slot": "system-admin-page-card-link-slot",
Expand Down

0 comments on commit a073aa1

Please sign in to comment.