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