Relation vocabulary plumbing

This commit is contained in:
Rainer Simon 2020-07-09 11:26:16 +02:00
parent 24458e26f0
commit 49b0481b83
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ export default class TextAnnotator extends Component {
onRelationUpdated={this.onCreateOrUpdateRelation}
onRelationDeleted={this.onDeleteRelation}
onCancel={this.closeRelationsEditor}
vocabulary={this.props.relationVocabulary}
/>
}
</>