|
|
@@ -178,8 +178,10 @@ const CustomBotWithoutProxySettingsAccordion = ({ appContainer, adminAppContaine
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
- {connectionErrorMessage != null && <p className="text-danger text-center m-4">{t('admin:slack_integration.without_proxy.error_check_logs_below')}</p>}
|
|
|
- {connectionSuccessMessage != null && <p className="text-info text-center m-4">{t('admin:slack_integration.without_proxy.send_message_to_slack_work_space')}</p>}
|
|
|
+ {connectionErrorMessage != null
|
|
|
+ && <p className="text-danger text-center m-4">{t('admin:slack_integration.without_proxy.error_check_logs_below')}</p>}
|
|
|
+ {connectionSuccessMessage != null
|
|
|
+ && <p className="text-info text-center m-4">{t('admin:slack_integration.without_proxy.send_message_to_slack_work_space')}</p>}
|
|
|
<form>
|
|
|
<div className="row m-3 justify-content-center">
|
|
|
<div className="form-group slack-connection-log w-25">
|