Refactor_Directory And Project Level Permsssion #404

Merged
pramod.mahajan merged 90 commits from Refactor_Directory into main 2025-09-17 10:24:46 +00:00
Showing only changes of commit a7ccaa2812 - Show all commits

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>