Adding weidget in dashboard.

This commit is contained in:
Kartik Sharma 2025-12-09 18:28:54 +05:30
parent faa4e1dffc
commit 77b9bf1019

View File

@ -150,6 +150,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 />