mirror of
https://github.com/umami-software/umami.git
synced 2026-02-25 06:55:35 +01:00
finish clickhouse journeys query
This commit is contained in:
parent
3a6971e173
commit
0333bec986
8 changed files with 151 additions and 42 deletions
|
|
@ -10,7 +10,7 @@ import { REPORT_TYPES } from 'lib/constants';
|
|||
|
||||
const defaultParameters = {
|
||||
type: REPORT_TYPES.journey,
|
||||
parameters: {},
|
||||
parameters: { steps: 5 },
|
||||
};
|
||||
|
||||
export default function JourneyReport({ reportId }: { reportId?: string }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue