Fix: Copy ID button doesn't work (#1598)
This commit is contained in:
parent
5a4a9b570e
commit
415a0aaf75
@ -1202,6 +1202,10 @@ async function updateMembers() {
|
||||
)
|
||||
}
|
||||
|
||||
async function copyId() {
|
||||
await navigator.clipboard.writeText(project.value.id)
|
||||
}
|
||||
|
||||
const collapsedChecklist = ref(false)
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user