Changes in the Teams Services dropdown will reflect the Services data. #418

Merged
vikas.nale merged 5 commits from Kartik_Task_TeamGrid#1259 into Organization_Management 2025-09-20 15:01:16 +00:00
Showing only changes of commit 9711144236 - Show all commits

View File

@ -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>