Cancel button disabled is on when processing form

This commit is contained in:
Pramod Mahajan 2025-06-09 15:33:21 +05:30
parent 3256a68d1c
commit 7dea047536

View File

@ -637,6 +637,7 @@ const ManageEmployee = ({ employeeId, onClosed }) => {
aria-label="manage employee"
type="reset"
className="btn btn-sm btn-primary ms-2"
disabled={isloading}
>
Clear
</button>