mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # src/app/(main)/teams/TeamsDataTable.tsx # src/app/(main)/teams/TeamsJoinButton.tsx # src/app/(main)/teams/[teamId]/TeamSettings.tsx
This commit is contained in:
commit
8115709a8b
10 changed files with 43 additions and 32 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