2
0
Эх сурвалжийг харах

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

unified all reset
Yuki Takei 4 жил өмнө
parent
commit
228016c011

+ 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"