|
@@ -136,7 +136,7 @@ const SlackIntegration = (props) => {
|
|
|
|
|
|
|
|
{(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
|
|
{(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
|
|
|
<button
|
|
<button
|
|
|
- className="mx-3 pull-right btn text-danger border-danger"
|
|
|
|
|
|
|
+ className="mx-3 btn text-danger border-danger"
|
|
|
type="button"
|
|
type="button"
|
|
|
>{t('admin:slack_integration.reset_all_settings')}
|
|
>{t('admin:slack_integration.reset_all_settings')}
|
|
|
</button>
|
|
</button>
|