clear button class changed primary to secondary in manage employee form

This commit is contained in:
Pramod Mahajan 2025-07-09 16:28:14 +05:30
parent 2d33eede45
commit bba4315a8e

View File

@ -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