Browse Source

fix: AnnotateButton now links to the right docs

Resolves: #986
pull/1065/head
Chris 4 years ago
parent
commit
dd0ada2755
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/containers/documents/DocumentList.vue

2
frontend/components/containers/documents/DocumentList.vue

@ -67,7 +67,7 @@ export default {
data() {
return {
search: '',
search: this.$route.query.q,
options: {},
headers: [
{

Loading…
Cancel
Save