|
@@ -134,7 +134,7 @@ const SlackIntegration = (props) => {
|
|
|
</a>
|
|
</a>
|
|
|
</h2>
|
|
</h2>
|
|
|
|
|
|
|
|
- <div>
|
|
|
|
|
|
|
+ <div className="d-flex">
|
|
|
{t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
|
|
{t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
|
|
|
|
|
|
|
|
{(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
|
|
{(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
|