Unlock edit on reschedule (#2628)
parent
c4dbab2637
commit
83f9defc65
|
@ -446,7 +446,6 @@ const BookingPage = ({
|
||||||
{...bookingForm.register("locationType", { required: true })}
|
{...bookingForm.register("locationType", { required: true })}
|
||||||
value={location.type}
|
value={location.type}
|
||||||
defaultChecked={selectedLocation === location.type}
|
defaultChecked={selectedLocation === location.type}
|
||||||
disabled={disableInput}
|
|
||||||
/>
|
/>
|
||||||
<span className="text-sm ltr:ml-2 rtl:mr-2 dark:text-gray-500">
|
<span className="text-sm ltr:ml-2 rtl:mr-2 dark:text-gray-500">
|
||||||
{locationLabels[location.type]}
|
{locationLabels[location.type]}
|
||||||
|
|
Loading…
Reference in New Issue