Changes in the Teams Services dropdown will reflect the Services data. #418
@ -357,6 +357,7 @@ const Teams = () => {
|
||||
<th>
|
||||
<div className="text-start ms-5">Name</div>
|
||||
</th>
|
||||
<th>Services</th>
|
||||
<th>Organization</th>
|
||||
<th>Assigned Date</th>
|
||||
{!activeEmployee && <th>Release Date</th>}
|
||||
@ -392,6 +393,7 @@ const Teams = () => {
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td>{item.services || "N/A"}</td>
|
||||
<td>{item.organizationName || "N/A"}</td>
|
||||
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user