Merged in feat/SW-965-select-rate-modify-room (pull request #1326)
Feat/SW-965 select rate modify room * feat(SW-965): added new state for modify room and smaller fixes * feat(SW-965): update state handling of modifyRateIndex * fix: adjust scroll animation to handle modifyRateIndex * fix: room state logic and removed unused css class Approved-by: Pontus Dreij Approved-by: Arvid Norlin
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { RoomConfiguration } from "@/types/trpc/routers/hotel/roomAvailability"
|
||||
|
||||
export interface SelectedRoomProps {
|
||||
hotelId: string
|
||||
roomType: string
|
||||
roomTypeCode: string
|
||||
rateDescription: string
|
||||
roomIndex: number
|
||||
searchParamsStr: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user