feat(sw-452): Implement select room form submit
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,6 +47,7 @@ export default function FlexibilityOption({
|
||||
|
||||
function onChange() {
|
||||
const rate = {
|
||||
roomTypeCode: roomTypeCode,
|
||||
roomType: roomType,
|
||||
priceName: name,
|
||||
public: publicPrice,
|
||||
|
||||
Reference in New Issue
Block a user