removed unneeded border and replace toggle for activtive - inactie

This commit is contained in:
pramod.mahajan 2025-11-13 10:07:40 +05:30
parent 3500adc1eb
commit a40f96fe72
2 changed files with 2 additions and 3 deletions

View File

@ -188,7 +188,7 @@ const PmsEmployeeInputTag = ({
<button
type="button"
className="tagify__tag__removeBtn"
className="tagify__tag__removeBtn border-none"
onClick={() => handleRemove(id)}
aria-label={`Remove ${u.firstName}`}
title="Remove"

View File

@ -244,7 +244,6 @@ const EmployeeList = () => {
{showManageReportingModal && (
<GlobalModel
isOpen={showManageReportingModal}
// size="lg"
closeModal={() => setShowManageReportingModal(false)}
>
<ManageReporting
@ -313,7 +312,7 @@ const EmployeeList = () => {
className="form-check-label ms-0"
htmlFor="inactiveEmployeesCheckbox"
>
In-active Employees
{showInactive ? "Hide In-active Employees":"Show In-active Employees"}
</label>
</div>
</div>