Added missing labels on the client scope mappers (#1217)
Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
bd6a0a4e35
commit
f0c0ab232a
2 changed files with 13 additions and 1 deletions
|
@ -20,7 +20,11 @@ export const ScriptComponent = ({
|
|||
<FormGroup
|
||||
label={t(label!)}
|
||||
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!}
|
||||
>
|
||||
|
|
|
@ -199,5 +199,13 @@ export default {
|
|||
},
|
||||
},
|
||||
},
|
||||
"name-id-format": "Name ID Format",
|
||||
mapper: {
|
||||
nameid: {
|
||||
format: {
|
||||
tooltip: "Name ID Format using Mapper",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue