changed to use TextArea (#34539)
fixes: #34201 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
7681687e0a
commit
e4101b1b61
1 changed files with 2 additions and 2 deletions
|
@ -92,9 +92,9 @@ const Fields = ({ readOnly }: DiscoverySettingsProps) => {
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<TextControl
|
<TextAreaControl
|
||||||
name="config.publicKeySignatureVerifier"
|
name="config.publicKeySignatureVerifier"
|
||||||
label="validatingPublicKey"
|
label={t("validatingPublicKey")}
|
||||||
/>
|
/>
|
||||||
<TextControl
|
<TextControl
|
||||||
name="config.publicKeySignatureVerifierKeyId"
|
name="config.publicKeySignatureVerifierKeyId"
|
||||||
|
|
Loading…
Reference in a new issue