|
@@ -12,6 +12,7 @@ import CustomBotWithProxySettings from './CustomBotWithProxySettings';
|
|
|
import ConfirmBotChangeModal from './ConfirmBotChangeModal';
|
|
import ConfirmBotChangeModal from './ConfirmBotChangeModal';
|
|
|
import BotTypeCard from './BotTypeCard';
|
|
import BotTypeCard from './BotTypeCard';
|
|
|
|
|
|
|
|
|
|
+const botTypes = ['officialBot', 'customBotWithoutProxy', 'customBotWithProxy'];
|
|
|
|
|
|
|
|
const SlackIntegration = (props) => {
|
|
const SlackIntegration = (props) => {
|
|
|
const { appContainer } = props;
|
|
const { appContainer } = props;
|
|
@@ -105,8 +106,6 @@ const SlackIntegration = (props) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
- const botTypes = ['officialBot', 'customBotWithoutProxy', 'customBotWithProxy'];
|
|
|
|
|
-
|
|
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
<ConfirmBotChangeModal
|
|
<ConfirmBotChangeModal
|