From 83f9defc654f6b7e450decba3eb5e2566f0162d9 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Thu, 28 Apr 2022 10:10:40 +0100 Subject: [PATCH] Unlock edit on reschedule (#2628) --- apps/web/components/booking/pages/BookingPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/components/booking/pages/BookingPage.tsx b/apps/web/components/booking/pages/BookingPage.tsx index 0e23fa5481..ed59e2c76b 100644 --- a/apps/web/components/booking/pages/BookingPage.tsx +++ b/apps/web/components/booking/pages/BookingPage.tsx @@ -446,7 +446,6 @@ const BookingPage = ({ {...bookingForm.register("locationType", { required: true })} value={location.type} defaultChecked={selectedLocation === location.type} - disabled={disableInput} /> {locationLabels[location.type]}