From 6f793582f607d2d6e338b0f5be70ef2ce1fb11bb Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 27 Jun 2024 18:05:50 +0200 Subject: [PATCH] change(ui): example cards overlay click --- .../components/DashboardList/NewDashModal/Examples/ExCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/Examples/ExCard.tsx b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/Examples/ExCard.tsx index 1d25a0a66..b64fac0a8 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/Examples/ExCard.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/Examples/ExCard.tsx @@ -13,12 +13,12 @@ function ExCard({ onCard: (card: string) => void; height?: number; }) { - console.log(type) return (
+
onCard(type)}>
{title}