feat: SW-1583 Optmized after rebase

This commit is contained in:
Hrishikesh Vaipurkar
2025-03-06 17:03:16 +01:00
parent 24bf96df41
commit 585cfdd684
3 changed files with 5 additions and 7 deletions
@@ -275,6 +275,7 @@ export function RemoveExtraRooms({ ...props }: ButtonProps) {
const rooms = getValues("rooms")[0]
setValue("rooms", [rooms], { shouldValidate: true })
trigger("bookingCode.value")
trigger(REDEMPTION)
}, 300)
}