resolve bug. reset queryparams when selecting segment/cohort from screens. add cohort prefix to event and path

This commit is contained in:
Francis Cao
2025-09-23 15:00:07 -07:00
parent 1a5c7df671
commit 8c703eff93
3 changed files with 5 additions and 3 deletions

View File

@@ -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,
});