diff --git a/pages/[type]/[id].vue b/pages/[type]/[id].vue index b5884b3e3..e4d9ba944 100644 --- a/pages/[type]/[id].vue +++ b/pages/[type]/[id].vue @@ -1202,6 +1202,10 @@ async function updateMembers() { ) } +async function copyId() { + await navigator.clipboard.writeText(project.value.id) +} + const collapsedChecklist = ref(false)