|
@@ -150,6 +150,7 @@ const SlackIntegration = (props) => {
|
|
|
<button
|
|
<button
|
|
|
className="mx-3 btn btn-outline-danger flex-end"
|
|
className="mx-3 btn btn-outline-danger flex-end"
|
|
|
type="button"
|
|
type="button"
|
|
|
|
|
+ onClick={() => setIsDeleteConfirmModalShown(true)}
|
|
|
>{t('admin:slack_integration.reset_all_settings')}
|
|
>{t('admin:slack_integration.reset_all_settings')}
|
|
|
</button>
|
|
</button>
|
|
|
)}
|
|
)}
|