diff --git a/src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx b/src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx index b8a7ab81ec..c92db93d1c 100644 --- a/src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx +++ b/src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx @@ -11,6 +11,7 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => {
@@ -21,6 +22,7 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => { /> handleBlur(e)} data-hj-suppress @@ -39,6 +41,7 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => {
@@ -49,7 +52,8 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => { /> handleBlur(e)} /> @@ -75,6 +79,7 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => {
@@ -85,6 +90,7 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => { /> handleBlur(e)} data-hj-suppress @@ -123,11 +129,13 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => { )} SFTP Password handleBlur(e)} disabled={config && !checked} data-hj-suppress @@ -150,6 +158,7 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => { )} @@ -160,6 +169,7 @@ const SFTPDeliveryMethodForm = ({ invalidFields, config, handleBlur }) => { /> handleBlur(e)} data-hj-suppress