aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorVellichora <fangrui_tong@brown.edu>2019-06-07 17:52:31 -0400
committerVellichora <fangrui_tong@brown.edu>2019-06-07 17:52:31 -0400
commit70996f3f19d408e819e081ed03bd7ccf0de44503 (patch)
treea491c5d4ecfd087729a2f297d53ad7fa7812a239 /src/client/views/nodes/DocumentView.tsx
parent972f76a34e3c1a1aa5f0be59639fbd5763c9c16f (diff)
links can be categorized under a group
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index 0baa061ab..fc6974e6c 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -52,7 +52,7 @@ library.add(faDesktop);
const linkSchema = createSchema({
title: "string",
linkDescription: "string",
- linkTags: listSpec("string"),
+ linkTags: "string",
linkedTo: Doc,
linkedFrom: Doc
});