segments implementation and migration update. update getRequestFilters to include filter groups.
This commit is contained in:
@@ -21,6 +21,8 @@ export function useFilterParams(websiteId: string) {
|
||||
city,
|
||||
event,
|
||||
tag,
|
||||
segment,
|
||||
cohort,
|
||||
},
|
||||
} = useNavigation();
|
||||
|
||||
@@ -42,5 +44,7 @@ export function useFilterParams(websiteId: string) {
|
||||
city,
|
||||
event,
|
||||
tag,
|
||||
segment,
|
||||
cohort,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user