mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
New standalone Journey page.
This commit is contained in:
parent
cee05d762c
commit
a167c590c5
16 changed files with 389 additions and 628 deletions
|
|
@ -113,7 +113,7 @@ export const funnelReportSchema = z.object({
|
|||
export const journeyReportSchema = z.object({
|
||||
type: z.literal('journey'),
|
||||
parameters: z.object({
|
||||
steps: z.coerce.number().positive(),
|
||||
steps: z.coerce.number().min(2).max(7),
|
||||
startStep: z.string().optional(),
|
||||
endStep: z.string().optional(),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue