We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f96990 commit 37e6ba1Copy full SHA for 37e6ba1
1 file changed
app/controllers/book-into-a-clinic.js
@@ -158,14 +158,12 @@ export const bookIntoClinicController = {
158
{},
159
[`/${session_preset_slug}/${booking_uuid}/new/${appointment_uuid}/parental-relationship`]:
160
{
161
- [`/${session_preset_slug}/new/${appointment_uuid}/vaccination-choice`]:
+ [`/${session_preset_slug}/${booking_uuid}/new/${appointment_uuid}/parental-responsibility`]:
162
163
data: 'appointment.parentHasParentalResponsibility',
164
- value: 'true'
+ value: 'false'
165
}
166
},
167
- [`/${session_preset_slug}/${booking_uuid}/new/${appointment_uuid}/parental-responsibility`]:
168
- {},
169
[`/${session_preset_slug}/${booking_uuid}/new/${appointment_uuid}/vaccination-choice`]:
170
171
[`/${session_preset_slug}/${booking_uuid}/new/${appointment_uuid}/extra-time`]:
0 commit comments