|
@@ -177,10 +177,9 @@ const CustomBotWithoutProxySettingsAccordion = ({
|
|
|
</div>
|
|
</div>
|
|
|
<div className="col-4">
|
|
<div className="col-4">
|
|
|
<button
|
|
<button
|
|
|
- type="button"
|
|
|
|
|
|
|
+ type="submit"
|
|
|
className="btn btn-info mx-3 font-weight-bold"
|
|
className="btn btn-info mx-3 font-weight-bold"
|
|
|
disabled={testChannel.trim() === ''}
|
|
disabled={testChannel.trim() === ''}
|
|
|
- onClick={onTestConnectionHandler}
|
|
|
|
|
>Test
|
|
>Test
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|