mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Fixed funnel report saving invalid data.
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
This commit is contained in:
parent
bf16ade184
commit
980e4e6b41
11 changed files with 34 additions and 25 deletions
|
|
@ -3,12 +3,12 @@ import { useMessages, useNavigation } from '@/components/hooks';
|
|||
import { MetricsExpandedTable } from '@/components/metrics/MetricsExpandedTable';
|
||||
import { SideMenu } from '@/components/common/SideMenu';
|
||||
import {
|
||||
Link,
|
||||
LogOut,
|
||||
LogIn,
|
||||
Search,
|
||||
Type,
|
||||
ArrowRight,
|
||||
SquareSlash,
|
||||
SquareArrowRight,
|
||||
Megaphone,
|
||||
Earth,
|
||||
Globe,
|
||||
|
|
@ -45,7 +45,7 @@ export function WebsiteExpandedView({
|
|||
id: 'path',
|
||||
label: formatMessage(labels.path),
|
||||
path: updateParams({ view: 'path' }),
|
||||
icon: <Link />,
|
||||
icon: <SquareSlash />,
|
||||
},
|
||||
{
|
||||
id: 'entry',
|
||||
|
|
@ -80,7 +80,7 @@ export function WebsiteExpandedView({
|
|||
id: 'referrer',
|
||||
label: formatMessage(labels.referrer),
|
||||
path: updateParams({ view: 'referrer' }),
|
||||
icon: <ArrowRight />,
|
||||
icon: <SquareArrowRight />,
|
||||
},
|
||||
{
|
||||
id: 'channel',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue