Merge pull request #92 from apuc/tracker-connect-back

task add users
This commit is contained in:
NikoM1k
2023-05-24 01:21:40 +03:00
committed by GitHub
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 {