Browse Source

Merge pull request #1065 from MrChrissie/bugfix/AnnotateButtonLink

Fix: AnnotateButton now links to the right docs
pull/1071/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
5057c7acb2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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