|
@@ -10,6 +10,7 @@ import CustomBotWithoutProxySettings from './CustomBotWithoutProxySettings';
|
|
|
import CustomBotWithProxySettings from './CustomBotWithProxySettings';
|
|
import CustomBotWithProxySettings from './CustomBotWithProxySettings';
|
|
|
import ConfirmBotChangeModal from './ConfirmBotChangeModal';
|
|
import ConfirmBotChangeModal from './ConfirmBotChangeModal';
|
|
|
import BotTypeCard from './BotTypeCard';
|
|
import BotTypeCard from './BotTypeCard';
|
|
|
|
|
+import DeleteSlackBotSettingsModal from './DeleteSlackBotSettingsModal';
|
|
|
|
|
|
|
|
const botTypes = ['officialBot', 'customBotWithoutProxy', 'customBotWithProxy'];
|
|
const botTypes = ['officialBot', 'customBotWithoutProxy', 'customBotWithProxy'];
|
|
|
|
|
|
|
@@ -124,6 +125,10 @@ const SlackIntegration = (props) => {
|
|
|
onCancelClick={cancelBotChangeHandler}
|
|
onCancelClick={cancelBotChangeHandler}
|
|
|
/>
|
|
/>
|
|
|
|
|
|
|
|
|
|
+ <DeleteSlackBotSettingsModal
|
|
|
|
|
+ isOpen
|
|
|
|
|
+ />
|
|
|
|
|
+
|
|
|
<div className="selecting-bot-type mb-5">
|
|
<div className="selecting-bot-type mb-5">
|
|
|
<h2 className="admin-setting-header mb-4">
|
|
<h2 className="admin-setting-header mb-4">
|
|
|
{t('admin:slack_integration.selecting_bot_types.slack_bot')}
|
|
{t('admin:slack_integration.selecting_bot_types.slack_bot')}
|