Use help icon instead of help (#32642)
fixes: #32641 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
760b1d2a4c
commit
9a1af138a1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export const StringComponent = ({
|
|||
<TextControl
|
||||
name={convertToName(name!)}
|
||||
label={t(label!)}
|
||||
helperText={t(helpText!)}
|
||||
labelIcon={t(helpText!)}
|
||||
data-testid={name}
|
||||
{...props}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue