fix: disable request reschedule for seated event (#24793)

This commit is contained in:
Anik Dhabal Babu
2025-10-31 10:43:06 +00:00
committed by GitHub
parent 90f97c3c92
commit 8d4dd0241a
@@ -128,7 +128,9 @@ export function getEditEventActions(context: BookingActionContext): ActionType[]
iconClassName: "rotate-45 w-[16px] -translate-x-0.5 ",
label: t("send_reschedule_request"),
disabled:
(isBookingInPast && !booking.eventType.allowReschedulingPastBookings) || isDisabledRescheduling,
(isBookingInPast && !booking.eventType.allowReschedulingPastBookings) ||
isDisabledRescheduling ||
booking.seatsReferences.length > 0,
},
isBookingFromRoutingForm
? {