changed position of text- Active and In-Active
This commit is contained in:
parent
5fb7e89cb2
commit
a7ccaa2812
@ -201,7 +201,7 @@ export default function DirectoryPage({ IsPage = true, projectId=null }) {
|
|||||||
className="form-check-label ms-2"
|
className="form-check-label ms-2"
|
||||||
htmlFor="inactiveEmployeesCheckbox"
|
htmlFor="inactiveEmployeesCheckbox"
|
||||||
>
|
>
|
||||||
{showActive ? "Inactive" : "Active"}
|
{showActive ? "Active" : "Inactive" }
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user