Correction in Weidget.

This commit is contained in:
Kartik Sharma 2025-12-06 15:16:08 +05:30
parent 8020258a71
commit 8e68b5d487

View File

@ -58,7 +58,19 @@ const ServiceJobs = () => {
{isError && (
<p className="text-danger text-center py-3">Failed to load jobs</p>
<p
className="text-center"
style={{
height: "250px",
display: "flex",
justifyContent: "center",
alignItems: "center",
margin: 0,
}}
>
No data found
</p>
)}
{!isLoading &&