Adding a new Grid in Teams Grid.
This commit is contained in:
parent
1a88f5fec5
commit
9711144236
@ -357,6 +357,7 @@ const Teams = () => {
|
|||||||
<th>
|
<th>
|
||||||
<div className="text-start ms-5">Name</div>
|
<div className="text-start ms-5">Name</div>
|
||||||
</th>
|
</th>
|
||||||
|
<th>Services</th>
|
||||||
<th>Organization</th>
|
<th>Organization</th>
|
||||||
<th>Assigned Date</th>
|
<th>Assigned Date</th>
|
||||||
{!activeEmployee && <th>Release Date</th>}
|
{!activeEmployee && <th>Release Date</th>}
|
||||||
@ -392,6 +393,7 @@ const Teams = () => {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
<td>{item.services || "N/A"}</td>
|
||||||
<td>{item.organizationName || "N/A"}</td>
|
<td>{item.organizationName || "N/A"}</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user