Cancel button disabled is on when processing form
This commit is contained in:
parent
3256a68d1c
commit
7dea047536
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user