mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
finish segments, update migration from filters to parameters
This commit is contained in:
parent
8408bbd25c
commit
5ffafc71fc
10 changed files with 25 additions and 16 deletions
|
|
@ -4,6 +4,7 @@ export function useFields() {
|
|||
const { formatMessage, labels } = useMessages();
|
||||
|
||||
const fields = [
|
||||
{ name: 'cohort', type: 'string', label: formatMessage(labels.cohort) },
|
||||
{ name: 'segment', type: 'string', label: formatMessage(labels.segment) },
|
||||
{ name: 'url', type: 'string', label: formatMessage(labels.url) },
|
||||
{ name: 'title', type: 'string', label: formatMessage(labels.pageTitle) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue