|
|
@@ -197,19 +197,13 @@ const SlackIntegration = (props) => {
|
|
|
</a>
|
|
|
</h2>
|
|
|
|
|
|
- <div className="d-flex justify-content">
|
|
|
- <div className="mr-auto">
|
|
|
- {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
|
|
|
- </div>
|
|
|
-
|
|
|
- {(currentBotType != null) && (
|
|
|
- <button
|
|
|
- className="mx-3 btn btn-outline-danger flex-end"
|
|
|
- type="button"
|
|
|
- onClick={() => setIsDeleteConfirmModalShown(true)}
|
|
|
- >{t('admin:slack_integration.reset_all_settings')}
|
|
|
- </button>
|
|
|
- )}
|
|
|
+ <div className="d-flex justify-content-end">
|
|
|
+ <button
|
|
|
+ className="btn btn-outline-danger"
|
|
|
+ type="button"
|
|
|
+ onClick={() => setIsDeleteConfirmModalShown(true)}
|
|
|
+ >{t('admin:slack_integration.reset_all_settings')}
|
|
|
+ </button>
|
|
|
</div>
|
|
|
|
|
|
<div className="row my-5 flex-wrap-reverse justify-content-center">
|