From a7ccaa2812ae4979da6e94ea57e9f7477116f68d Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Fri, 12 Sep 2025 13:08:07 +0530 Subject: [PATCH] changed position of text- Active and In-Active --- src/pages/Directory/DirectoryPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Directory/DirectoryPage.jsx b/src/pages/Directory/DirectoryPage.jsx index 2ad7bc0f..e70c79b4 100644 --- a/src/pages/Directory/DirectoryPage.jsx +++ b/src/pages/Directory/DirectoryPage.jsx @@ -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" }