minor fixes

This commit is contained in:
Henry Jameson 2025-01-21 10:26:58 +02:00
commit 4c732a8ca5
3 changed files with 3 additions and 9 deletions

View file

@ -125,6 +125,9 @@ export default {
}, 500)
close()
}
},
getRemoteInteractionLink () {
return this.$store.getters.remoteInteractionLink({ statusId: this.status.id })
}
}
}