fix(SW-1115) trigger search
This commit is contained in:
@@ -10,6 +10,7 @@ export interface BookingWidgetFormProps {
|
||||
export interface BookingWidgetFormContentProps {
|
||||
locations: Locations
|
||||
formId: string
|
||||
onSubmit: () => void
|
||||
}
|
||||
|
||||
export enum ActionType {
|
||||
|
||||
@@ -7,6 +7,7 @@ import type { Location, Locations } from "../trpc/routers/hotel/locations"
|
||||
|
||||
export interface SearchProps {
|
||||
locations: Locations
|
||||
handlePressEnter: () => void
|
||||
}
|
||||
|
||||
type HighlightedIndex = number | null
|
||||
|
||||
Reference in New Issue
Block a user