Changes in Employee list and Update and Create pupup of employee change "Role" to "Official designation".

This commit is contained in:
Kartik Sharma 2025-07-22 12:05:47 +05:30
parent 8dfdde2200
commit 23c8c78796
2 changed files with 2 additions and 2 deletions

View File

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

View File

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