This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-28 09:31:12 +01:00
parent 56c7283ec6
commit d4fcc82fc3
4 changed files with 409 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ import {
PieChartIcon,
PlusIcon,
Trash,
TrendingUpIcon,
} from 'lucide-react';
import Link from 'next/link';
import { useRouter } from 'next/navigation';
@@ -113,6 +114,7 @@ export function ListDashboards({ dashboards }: ListDashboardsProps) {
funnel: ConeIcon,
area: AreaChartIcon,
retention: ChartScatterIcon,
conversion: TrendingUpIcon,
}[report.chartType];
return (