Преглед изворни кода

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

unified all reset
Yuki Takei пре 5 година
родитељ
комит
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')}
           </div>
 
-          {(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
+          {(currentBotType != null) && (
             <button
               className="mx-3 btn btn-outline-danger flex-end"
               type="button"