mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
resolve bug. reset queryparams when selecting segment/cohort from screens. add cohort prefix to event and path
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
This commit is contained in:
parent
1a5c7df671
commit
8c703eff93
3 changed files with 5 additions and 3 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue