From 14b851b87e5bfeb2b4f85d99e489930e6c418706 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sat, 31 May 2025 15:03:34 +0530 Subject: [PATCH] added modal name- Assign Employee --- src/components/Project/MapUsers.jsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/Project/MapUsers.jsx b/src/components/Project/MapUsers.jsx index bb429789..c72c1c0d 100644 --- a/src/components/Project/MapUsers.jsx +++ b/src/components/Project/MapUsers.jsx @@ -144,17 +144,24 @@ const MapUsers = ({ {employeeLoading && allocationEmployeesData.length === 0 && ( -

Loading...

+ + Loading.. + )} {!employeeLoading && allocationEmployeesData.length === 0 && filteredData.length === 0 && ( -

All employee assigned to Project.

+ + + All employee assigned to Project. + )} {!employeeLoading && allocationEmployeesData.length > 0 && filteredData.length === 0 && ( -

No matching employees found.

+ + No matching employees found. + )} {(filteredData.length > 0 ||