feat(SW-718) Fixed filtering with multirooms
This commit is contained in:
@@ -12,6 +12,7 @@ export function RoomSelectionPanel({
|
||||
hotelType,
|
||||
handleFilter,
|
||||
defaultPackages,
|
||||
roomListIndex,
|
||||
}: RoomSelectionPanelProps) {
|
||||
return (
|
||||
<>
|
||||
@@ -19,6 +20,7 @@ export function RoomSelectionPanel({
|
||||
numberOfRooms={rooms.roomConfigurations.length}
|
||||
onFilter={handleFilter}
|
||||
filterOptions={defaultPackages}
|
||||
roomListIndex={roomListIndex}
|
||||
/>
|
||||
<RoomList
|
||||
roomsAvailability={rooms}
|
||||
@@ -27,6 +29,7 @@ export function RoomSelectionPanel({
|
||||
selectedPackages={selectedPackages}
|
||||
setRateCode={setSelectedRate}
|
||||
hotelType={hotelType}
|
||||
roomListIndex={roomListIndex}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user