Merge pull request 'Show Meaningful Message When No Employees Exist in a Service Under Project Teams' (#458) from Kartik_Bug#1395 into Issues_Oct_1W
Reviewed-on: #458 merged
This commit is contained in:
commit
bce58aade6
@ -324,8 +324,8 @@ const Teams = () => {
|
|||||||
<div className="text-center text-muted py-3 d-flex justify-content-center align-items-center py-12">
|
<div className="text-center text-muted py-3 d-flex justify-content-center align-items-center py-12">
|
||||||
<p>
|
<p>
|
||||||
{activeEmployee
|
{activeEmployee
|
||||||
? "No active employees assigned to the project"
|
? "No active employees are currently assigned to this service in the project."
|
||||||
: "No inactive employees assigned to the project"}
|
: "No In-active employees are currently assigned to this service in the project."}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user