diff --git a/src/components/PageComponents/Config/Security.tsx b/src/components/PageComponents/Config/Security.tsx index 0a1117fe..ec5e7752 100644 --- a/src/components/PageComponents/Config/Security.tsx +++ b/src/components/PageComponents/Config/Security.tsx @@ -89,7 +89,7 @@ export const Security = (): JSX.Element => { const privateKeyInputChangeEvent = ( e: React.ChangeEvent, ) => { - const privateKeyB64String = e.currentTarget?.value; + const privateKeyB64String = e.target.value; setPrivateKey(privateKeyB64String); validateKey( privateKeyB64String, @@ -116,6 +116,8 @@ export const Security = (): JSX.Element => { return ( onSubmit={onSubmit} + submitType="onSubmit" + hasSubmitButton={true} defaultValues={{ ...config.security, ...{