@@ -10,7 +10,6 @@ const CustomBotWithoutProxySecretTokenSection = (props) => {
if (props.onChangeSigningSecretHandler != null) {
props.onChangeSigningSecretHandler(signingSecretInput);
}
- return;
};
const onChangeBotTokenHandler = (botTokenInput) => {