Merge branch 'dev' of https://github.com/umami-software/umami into dev
# Conflicts: # src/components/metrics/ReferrersTable.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export function FieldSelectForm({
|
||||
};
|
||||
|
||||
return (
|
||||
<Column width="300px" gap="6">
|
||||
<Column gap="6">
|
||||
<List value={selected} onChange={handleChange} selectionMode="multiple">
|
||||
{fields.map(({ name, label }) => {
|
||||
return (
|
||||
|
||||
@@ -11,8 +11,6 @@ import {
|
||||
Tag,
|
||||
Money,
|
||||
Network,
|
||||
UserPlus,
|
||||
ChartPie,
|
||||
} from '@/components/icons';
|
||||
import { useMessages, useNavigation } from '@/components/hooks';
|
||||
import { SideMenu } from '@/components/common/SideMenu';
|
||||
@@ -89,23 +87,6 @@ export function WebsiteNav({ websiteId }: { websiteId: string }) {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: formatMessage(labels.segments),
|
||||
items: [
|
||||
{
|
||||
id: 'segments',
|
||||
label: formatMessage(labels.segments),
|
||||
icon: <ChartPie />,
|
||||
path: renderPath('/segments'),
|
||||
},
|
||||
{
|
||||
id: 'cohorts',
|
||||
label: formatMessage(labels.cohorts),
|
||||
icon: <UserPlus />,
|
||||
path: renderPath('/cohorts'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: formatMessage(labels.growth),
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user