Adding a new Grid in Teams Grid.

This commit is contained in:
Kartik Sharma 2025-09-20 15:40:17 +05:30
parent 1a88f5fec5
commit 9711144236

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>