fix: persist selection of bed and breakfast if same room
This commit is contained in:
@@ -12,7 +12,6 @@ interface BaseCardProps
|
||||
title: React.ReactNode
|
||||
type: "checkbox" | "radio"
|
||||
value?: string
|
||||
handleSelectedOnClick?: () => void
|
||||
}
|
||||
|
||||
interface ListCardProps extends BaseCardProps {
|
||||
|
||||
Reference in New Issue
Block a user