diff --git a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx index 0c3afb29f..102de982c 100644 --- a/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx +++ b/apps/scandic-web/components/HotelReservation/MyStay/GuestDetails/index.tsx @@ -76,7 +76,6 @@ export default function GuestDetails({ return } - updateRoom({ ...booking, guest: { @@ -89,6 +88,7 @@ export default function GuestDetails({ toast.success(intl.formatMessage({ id: "Guest details updated" })) setIsModifyGuestDetailsOpen(false) + setCurrentStep(MODAL_STEPS.INITIAL) }, onError: () => { toast.error(intl.formatMessage({ id: "Failed to update guest details" }))