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