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