|
|
@@ -134,7 +134,19 @@ const SlackIntegration = (props) => {
|
|
|
</a>
|
|
|
</h2>
|
|
|
|
|
|
- {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
|
|
|
+ <div className="d-flex justify-content">
|
|
|
+ <div className="mr-auto">
|
|
|
+ {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
|
|
|
+ </div>
|
|
|
+
|
|
|
+ {(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
|
|
|
+ <button
|
|
|
+ className="mx-3 btn btn-outline-danger flex-end"
|
|
|
+ type="button"
|
|
|
+ >{t('admin:slack_integration.reset_all_settings')}
|
|
|
+ </button>
|
|
|
+ )}
|
|
|
+ </div>
|
|
|
|
|
|
<div className="row my-5 flex-wrap-reverse justify-content-center">
|
|
|
{botTypes.map((botType) => {
|