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"
|
aria-label="manage employee"
|
||||||
type="reset"
|
type="reset"
|
||||||
className="btn btn-sm btn-primary ms-2"
|
className="btn btn-sm btn-primary ms-2"
|
||||||
|
disabled={isloading}
|
||||||
>
|
>
|
||||||
Clear
|
Clear
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user