renamed Inactive to Includes Inactive

This commit is contained in:
pramod.mahajan 2025-09-29 12:04:33 +05:30
parent 72424eee53
commit 375c482b61

View File

@ -195,7 +195,7 @@ const Teams = () => {
className="form-check-label ms-2" className="form-check-label ms-2"
htmlFor="activeEmployeeSwitch" htmlFor="activeEmployeeSwitch"
> >
{activeEmployee ? "Active Employees" : "Inactive Employees"} {activeEmployee ? "Active Employees" : "Include Inactive Employees"}
</label> </label>
</div> </div>
</div> </div>