Changes in Regularization tab.

This commit is contained in:
Kartik Sharma 2025-10-14 14:42:33 +05:30 committed by pramod.mahajan
parent 05c01d1d34
commit 20b508bebc
2 changed files with 123 additions and 120 deletions

View File

@ -102,6 +102,7 @@ const Regularization = ({
}, [employeeHandler]);
return (
<div>
<div
className="table-responsive text-nowrap pb-4"
style={{ minHeight: "200px" }}
@ -197,6 +198,7 @@ const Regularization = ({
</span>
</div>
)}
</div>
{totalPages > 0 && (
<Pagination
currentPage={currentPage}
@ -204,6 +206,7 @@ const Regularization = ({
onPageChange={paginate}
/>
)}
</div>
);
};