From 47d14a0d1643a77f6b2b21197918d6c6f541f638 Mon Sep 17 00:00:00 2001 From: ruben Date: Sat, 21 Mar 2020 11:25:29 +0100 Subject: [PATCH] fix(patient): mark required fields in New Appointment/Edit Appointment Mark required fields with the *. fix #1916 --- src/components/input/DateTimePickerWithLabelFormGroup.tsx | 2 +- src/scheduling/appointments/AppointmentDetailForm.tsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/input/DateTimePickerWithLabelFormGroup.tsx b/src/components/input/DateTimePickerWithLabelFormGroup.tsx index ff7c649d60..cd38d51dac 100644 --- a/src/components/input/DateTimePickerWithLabelFormGroup.tsx +++ b/src/components/input/DateTimePickerWithLabelFormGroup.tsx @@ -14,7 +14,7 @@ const DateTimePickerWithLabelFormGroup = (props: Props) => { const id = `${name}DateTimePicker` return (
-