Minor fix
This commit is contained in:
parent
f95cd46d55
commit
061a37e706
|
@ -58,7 +58,7 @@ const TagWidget = props => {
|
|||
<Autocomplete
|
||||
placeholder={i18n.t('Add tag...')}
|
||||
onSubmit={onSubmit}
|
||||
vocabulary={props.vocabulary || []} />
|
||||
vocabulary={props.config.tagVocabulary || []} />
|
||||
}
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue