Remove message from Services dropdwon.

This commit is contained in:
Kartik Sharma 2025-09-20 20:05:25 +05:30
parent b2d7349fc9
commit 70acf57266

View File

@ -296,7 +296,7 @@ const filterAndSearchEmployees = useCallback(() => {
) )
) : ( ) : (
<div> <div>
<h5>No Services Assigned</h5>
</div> </div>
)} )}
</div> </div>