clear button class changed primary to secondary in manage employee form
This commit is contained in:
parent
2d33eede45
commit
bba4315a8e
@ -609,7 +609,7 @@ const { mutate: updateEmployee, isPending } = useUpdateEmployee();
|
|||||||
<button
|
<button
|
||||||
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-secondary ms-2"
|
||||||
disabled={isPending}
|
disabled={isPending}
|
||||||
>
|
>
|
||||||
Clear
|
Clear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user