select priority column, project persons avatars, copy links on button, executor on task
This commit is contained in:
@ -52,8 +52,10 @@ export const ProjectTiket = ({ project, index }) => {
|
||||
});
|
||||
}
|
||||
|
||||
function copyProjectLink () {
|
||||
navigator.clipboard.writeText(`https://itguild.info/tracker/project/${project.id}`)
|
||||
function copyProjectLink() {
|
||||
navigator.clipboard.writeText(
|
||||
`https://itguild.info/tracker/project/${project.id}`
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user