added assign task button for mobile view

This commit is contained in:
Pramod Mahajan 2025-04-22 10:00:49 +05:30 committed by Vikas Nale
parent a5d74a0b34
commit b15f5df8e7

View File

@ -159,8 +159,14 @@ const WorkItem = ({ workItem, forBuilding, forFloor, forWorkArea }) => {
</a>
<a className="dropdown-item">
{" "}
<i className="bx bx-trash me-1 text-danger"></i>Delete
<i className="bx bx-trash me-1 text-danger" ></i>Delete
</a>
{!projectId && ( <a className="dropdown-item" data-bs-toggle="modal"
data-bs-target="#project-modal"
onClick={openModal}>
{" "}
<i className="bx bx-task me-1 text-info" ></i>Assign
</a> )}
</div>
</div>
</td>