Merged in fix/SW-2841-filter-popup-closing-on-select (pull request #2289)
Fix/SW-2841 filter popup closing on select * fix(SW-2841): refactored so that filter modal is not closed when selecting filters * fix(SW-2841): rename component * fix: review feedback * fix: move font-family * fix: change init value of filteredHotelIds * fix * fix: add Typography tag Approved-by: Michael Zetterberg Approved-by: Christian Andolf
This commit is contained in:
@@ -14,6 +14,7 @@ export type HotelData = {
|
||||
|
||||
export type HotelCardListingProps = {
|
||||
hotelData: HotelResponse[]
|
||||
unfilteredHotelCount?: number
|
||||
type?: HotelCardListingTypeEnum
|
||||
}
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ import type { SelectHotelBooking } from "./selectHotel"
|
||||
|
||||
export interface HotelListingProps {
|
||||
hotels: HotelResponse[]
|
||||
unfilteredHotelCount: number
|
||||
}
|
||||
|
||||
export interface SelectHotelMapProps {
|
||||
|
||||
Reference in New Issue
Block a user