mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
udpate constants and references to filter groups
This commit is contained in:
parent
5ffafc71fc
commit
657ae8ebdb
6 changed files with 39 additions and 22 deletions
|
|
@ -47,7 +47,10 @@ export const SESSION_COLUMNS = [
|
|||
'host',
|
||||
];
|
||||
|
||||
export const FILTER_GROUPS = ['segment', 'cohort'];
|
||||
export const FILTER_GROUPS = {
|
||||
segment: 'segment',
|
||||
cohort: 'cohort',
|
||||
};
|
||||
|
||||
export const FILTER_COLUMNS = {
|
||||
url: 'url_path',
|
||||
|
|
@ -66,8 +69,6 @@ export const FILTER_COLUMNS = {
|
|||
language: 'language',
|
||||
event: 'event_name',
|
||||
tag: 'tag',
|
||||
segment: 'segment',
|
||||
cohort: 'cohort',
|
||||
};
|
||||
|
||||
export const COLLECTION_TYPE = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue