visible assign task button in mobile view

This commit is contained in:
Pramod Mahajan 2025-05-14 22:36:44 +05:30 committed by Gitea Admin
parent 2ebd1a074f
commit 7d07002555

View File

@ -266,7 +266,7 @@ const WorkItem = ({
></i> ></i>
<ul className="dropdown-menu dropdown-menu-start"> <ul className="dropdown-menu dropdown-menu-start">
{!projectId && ManageTasks && PlannedWork !== CompletedWork && ( {!projectId && ManageAndAssignTak && PlannedWork !== CompletedWork && (
<li> <li>
<a <a
className="dropdown-item d-flex align-items-center" className="dropdown-item d-flex align-items-center"