Relation vocabulary plumbing
This commit is contained in:
parent
24458e26f0
commit
49b0481b83
|
@ -289,6 +289,7 @@ export default class TextAnnotator extends Component {
|
|||
onRelationUpdated={this.onCreateOrUpdateRelation}
|
||||
onRelationDeleted={this.onDeleteRelation}
|
||||
onCancel={this.closeRelationsEditor}
|
||||
vocabulary={this.props.relationVocabulary}
|
||||
/>
|
||||
}
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue