Merged in feat/sw-452-select-room-form-submit (pull request #711)
Feat/sw 452 select room form submit Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -18,6 +18,7 @@ export default function FlexibilityOption({
|
||||
paymentTerm,
|
||||
priceInformation,
|
||||
roomType,
|
||||
roomTypeCode,
|
||||
handleSelectRate,
|
||||
}: FlexibilityOptionProps) {
|
||||
const [rootDiv, setRootDiv] = useState<Element | undefined>(undefined)
|
||||
@@ -46,7 +47,8 @@ export default function FlexibilityOption({
|
||||
|
||||
function onChange() {
|
||||
const rate = {
|
||||
roomType: roomType,
|
||||
roomTypeCode,
|
||||
roomType,
|
||||
priceName: name,
|
||||
public: publicPrice,
|
||||
member: memberPrice,
|
||||
|
||||
Reference in New Issue
Block a user