From 386cfa28e96c85b14f0fdf6316c70a1361667424 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 008d923e..42b973f3 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -97,6 +97,13 @@ const Dashboard = () => { )} + {isAllProjectsSelected && ( +
+
+ +
+
+ )}
{isLoading ? (