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:
Erik Jan de Wit 2024-09-09 21:46:05 +02:00 committed by GitHub
parent 760b1d2a4c
commit 9a1af138a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ export const StringComponent = ({
<TextControl
name={convertToName(name!)}
label={t(label!)}
helperText={t(helpText!)}
labelIcon={t(helpText!)}
data-testid={name}
{...props}
/>