feat: SW-1583 Enabled reward night in booking widget
This commit is contained in:
@@ -49,6 +49,8 @@ export default function Form({
|
||||
...(data.bookingCode?.value
|
||||
? { bookingCode: data.bookingCode.value }
|
||||
: {}),
|
||||
// Followed current url structure to keep searchType=redemption param incase of reward night
|
||||
...(data.redemption ? { searchType: "redemption" } : {}),
|
||||
})
|
||||
|
||||
onClose()
|
||||
|
||||
Reference in New Issue
Block a user