resolve bug. reset queryparams when selecting segment/cohort from screens. add cohort prefix to event and path
This commit is contained in:
@@ -119,7 +119,7 @@ export async function getQueryFilters(
|
||||
}));
|
||||
|
||||
cohortFilters.push({
|
||||
name: cohortParams.action.type,
|
||||
name: `cohort_${cohortParams.action.type}`,
|
||||
operator: 'eq',
|
||||
value: cohortParams.action.value,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user