All Changes in Assign Role popup from project list.

This commit is contained in:
kartik.sharma 2025-05-17 17:29:48 +05:30
parent f6cbc3acc9
commit 6477c30bbc

View File

@ -319,7 +319,7 @@ const AssignRoleModel = ({ assignData, onClose }) => {
</div> </div>
); );
}) })
) : ( ) : (
<div className="col-12"> <div className="col-12">
<p className="text-center">No employees found for the selected role.</p> <p className="text-center">No employees found for the selected role.</p>
</div> </div>