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

Merge pull request #3768 from weseek/imprv/unified-all-reset

unified all reset
Yuki Takei 4 лет назад
Родитель
Сommit
228016c011
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

@@ -174,7 +174,7 @@ const SlackIntegration = (props) => {
             {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
             {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
           </div>
           </div>
 
 
-          {(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
+          {(currentBotType != null) && (
             <button
             <button
               className="mx-3 btn btn-outline-danger flex-end"
               className="mx-3 btn btn-outline-danger flex-end"
               type="button"
               type="button"