Added missing labels on the client scope mappers (#1217)

Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Erik Jan de Wit 2021-09-27 12:32:16 +02:00 committed by GitHub
parent bd6a0a4e35
commit f0c0ab232a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -20,7 +20,11 @@ export const ScriptComponent = ({
<FormGroup <FormGroup
label={t(label!)} label={t(label!)}
labelIcon={ labelIcon={
<HelpItem helpText={t(helpText!)} forLabel={t(label!)} forID={name!} /> <HelpItem
helpText={<span style={{ whiteSpace: "pre-wrap" }}>{helpText}</span>}
forLabel={t(label!)}
forID={name!}
/>
} }
fieldId={name!} fieldId={name!}
> >

View file

@ -199,5 +199,13 @@ export default {
}, },
}, },
}, },
"name-id-format": "Name ID Format",
mapper: {
nameid: {
format: {
tooltip: "Name ID Format using Mapper",
},
},
},
}, },
}; };