Ashutosh_Daily_Task_Planning_Issues #4

Merged
admin merged 2 commits from Ashutosh_Daily_Task_Planning_Issues into Feature_Task_Management 2025-04-08 09:54:02 +00:00
Showing only changes of commit 23486cbec6 - Show all commits

View File

@ -49,7 +49,7 @@ const InfraPlanning = () =>
{!project_listLoader && projects?.filter(project =>
LoggedUser?.projects?.map(Number).includes(project.id)).map((project)=>(
<option value={project.id}>{project.name}</option>
<option key={project.id} value={project.id}>{project.name}</option>
))}
</select>
</div>