Correction in Weidget.

This commit is contained in:
Kartik Sharma 2025-12-06 15:16:08 +05:30
parent 07c4ee4b59
commit dd2beb5517

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 &&