changed position of text- Active and In-Active

This commit is contained in:
pramod mahajan 2025-09-12 13:08:07 +05:30
parent 5fb7e89cb2
commit a7ccaa2812

View File

@ -201,7 +201,7 @@ export default function DirectoryPage({ IsPage = true, projectId=null }) {
className="form-check-label ms-2"
htmlFor="inactiveEmployeesCheckbox"
>
{showActive ? "Inactive" : "Active"}
{showActive ? "Active" : "Inactive" }
</label>
</div>
</div>