Skip to content

Commit a709e5e

Browse files
committed
Fix dob decoration in clinic booking
1 parent 8825645 commit a709e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/views/book-into-a-clinic/form

app/views/book-into-a-clinic/form/dob.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
}
1414
},
1515
hint: { text: __("clinicBooking.dob.hint") },
16-
decorate: "clinicAppointment.unmatchedDob_"
16+
decorate: "appointment.unmatchedDob_"
1717
}) }}
1818
{% endblock %}

0 commit comments

Comments
 (0)