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