fix minor lookup bugs

This commit is contained in:
Keith Grant
2019-11-26 15:01:13 -08:00
parent cb07e9c757
commit f8153393b1
7 changed files with 24 additions and 25 deletions
@@ -86,7 +86,7 @@ function MultiCredentialsLookup(props) {
{tooltip && <FieldTooltip content={tooltip} />}
<Lookup
id="multiCredential"
lookupHeader={i18n._(t`Credentials`)}
header={i18n._(t`Credentials`)}
value={value}
multiple
onChange={onChange}