Просмотр исходного кода

add DeleteSlackBotSettingsModal.jsx

Shun Miyazawa 4 лет назад
Родитель
Сommit
4a021297ca
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

+ 5 - 0
src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

@@ -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')}