Merged in fix/SW-2457-destination-page-search-for-countries (pull request #1873)
* fix: able to search for countries on destinationpage * fix: filter out only desired types when using autocomplete Approved-by: Linus Flood
This commit is contained in:
@@ -24,6 +24,7 @@ export interface SearchListProps {
|
||||
searchInputName: string
|
||||
search: string
|
||||
searchHistory: AutoCompleteLocation[] | null
|
||||
includeTypes: ("cities" | "hotels" | "countries")[]
|
||||
}
|
||||
|
||||
export interface DialogProps
|
||||
|
||||
Reference in New Issue
Block a user