task add users

This commit is contained in:
2023-05-24 01:20:53 +03:00
parent c55376ecb3
commit 60354a3d09
5 changed files with 241 additions and 20 deletions

View File

@ -297,6 +297,7 @@ export const ProjectTracker = () => {
task={selectedTicket}
projectId={projectBoard.id}
projectName={projectBoard.name}
projectUsers={projectBoard.projectUsers}
/>}
<div className="tasks__container">

View File

@ -555,6 +555,10 @@
font-weight: 400;
font-size: 14px;
line-height: 140%;
max-width: 295px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
&__info {