feat(BOOK-53): Added component for SEO filters and support filter switching
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -11,7 +11,8 @@ import type { ReadonlyURLSearchParams } from "next/navigation"
|
||||
interface Actions {
|
||||
updateActiveFiltersAndSort: (
|
||||
filterSlugs: string[],
|
||||
sort: string | null
|
||||
sort: string | null,
|
||||
filterSlugFromUrl: string | null
|
||||
) => void
|
||||
setPendingSort: (sort: HotelSortOption) => void
|
||||
togglePendingFilter: (filter: HotelFilter) => void
|
||||
|
||||
Reference in New Issue
Block a user