Adding weidget in dashboard.

This commit is contained in:
Kartik Sharma 2025-12-09 18:28:54 +05:30
parent b20dd2d0d4
commit 386cfa28e9

View File

@ -97,6 +97,13 @@ const Dashboard = () => {
</div>
</div>
)}
{isAllProjectsSelected && (
<div className="col-xxl-6 col-lg-4">
<div className="card h-100">
<ServiceJobs />
</div>
</div>
)}
<div className="col-md-8">
{isLoading ? (
<CollectionOverviewSkeleton />