From 49b0481b83867fa3bf5953f3553d9893999601ab Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Thu, 9 Jul 2020 11:26:16 +0200 Subject: [PATCH] Relation vocabulary plumbing --- src/TextAnnotator.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TextAnnotator.jsx b/src/TextAnnotator.jsx index 9d85358..d69fbcc 100644 --- a/src/TextAnnotator.jsx +++ b/src/TextAnnotator.jsx @@ -289,6 +289,7 @@ export default class TextAnnotator extends Component { onRelationUpdated={this.onCreateOrUpdateRelation} onRelationDeleted={this.onDeleteRelation} onCancel={this.closeRelationsEditor} + vocabulary={this.props.relationVocabulary} /> }