Changes in Employee list and Update and Create pupup of employee change "Role" to "Official designation".
This commit is contained in:
parent
2d1cddb2e0
commit
587029a766
@ -469,7 +469,7 @@ const { mutate: updateEmployee, isPending } = useUpdateEmployee();
|
||||
</div>
|
||||
<div className="row mb-3">
|
||||
<div className="col-sm-4">
|
||||
<div className="form-text text-start">Role</div>
|
||||
<div className="form-text text-start">Official Designation</div>
|
||||
<div className="input-group input-group-merge ">
|
||||
<select
|
||||
className="form-select form-select-sm"
|
||||
|
@ -480,7 +480,7 @@ const EmployeeList = () => {
|
||||
aria-label="User: activate to sort column ascending"
|
||||
aria-sort="descending"
|
||||
>
|
||||
<div className="text-start ms-5">Role</div>
|
||||
<div className="text-start ms-5">Official Designation</div>
|
||||
</th>
|
||||
|
||||
<th
|
||||
|
Loading…
x
Reference in New Issue
Block a user