|
@@ -164,6 +164,7 @@ const CustomBotWithoutProxySettingsAccordion = ({
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|
|
|
className="btn btn-info m-3 font-weight-bold"
|
|
className="btn btn-info m-3 font-weight-bold"
|
|
|
|
|
+ disabled={testChannel.trim() === ''}
|
|
|
onClick={onTestConnectionHandler}
|
|
onClick={onTestConnectionHandler}
|
|
|
>Test
|
|
>Test
|
|
|
</button>
|
|
</button>
|