From 77b9bf1019875537775d6680067db302e55d0523 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Tue, 9 Dec 2025 18:28:54 +0530 Subject: [PATCH] Adding weidget in dashboard. --- src/components/Dashboard/Dashboard.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index 4c81ed18..d034c0e1 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -150,6 +150,13 @@ const Dashboard = () => { )} + {isAllProjectsSelected && ( +
+
+ +
+
+ )}
{isLoading ? (