Skip to content

Commit

Permalink
O3-2859: Appointments: Change Patient Appointments to use Appointment…
Browse files Browse the repository at this point in the history
… Form from Appointments ESM

(fix title)
  • Loading branch information
mogoodrich committed Feb 21, 2024
1 parent 6b9dbae commit 266ab0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/esm-appointments-app/src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@
},
{
"name": "appointments-form-workspace",
"component": "appointmentsFormWorkspace"
"component": "appointmentsFormWorkspace",
"meta": {
"title": {
"key": "createNewAppointment",
"default": "Create new appointment"
}
}
}
]
}

1 comment on commit 266ab0b

@mogoodrich
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi @denniskigen @ibacher just a quick commit to fix the title when being used in workspace mode...

Please sign in to comment.