From a6183e0ccf7ae72675abc39318e789678600e7e8 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 0e23fa54..ed59e2c7 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]}