change label

This commit is contained in:
Vikas Nale 2025-08-16 12:57:47 +05:30
parent 4d66ebeb50
commit ee2c973d01

View File

@ -51,7 +51,8 @@ const EmployeeList = () => {
const { employees, loading, setLoading, error, recallEmployeeData } =
useEmployeesAllOrByProjectId(
showAllEmployees ,selectedProjectId,
showAllEmployees,
selectedProjectId,
showInactive
);
@ -153,8 +154,6 @@ const EmployeeList = () => {
}
};
const handleAllEmployeesToggle = (e) => {
const isChecked = e.target.checked;
setShowInactive(false);
@ -480,7 +479,7 @@ const EmployeeList = () => {
aria-label="User: activate to sort column ascending"
aria-sort="descending"
>
<div className="text-start ms-5">Official Designation</div>
<div className="text-start ms-5">Designation</div>
</th>
<th
@ -639,8 +638,7 @@ const EmployeeList = () => {
}
className="dropdown-item py-1"
>
<i className="bx bx-detail bx-sm"></i>{" "}
View
<i className="bx bx-detail bx-sm"></i> View
</button>
<button
className="dropdown-item py-1"
@ -737,8 +735,8 @@ const EmployeeList = () => {
</div>
</div>
</div>
// </div>
) : (
// </div>
<div className="card">
<div className="text-center">
<i className="fa-solid fa-triangle-exclamation fs-5"></i>