Kaynağa Gözat

fix deletion secret and token if cancel

zahmis 5 yıl önce
ebeveyn
işleme
de42ef3c6e

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

@@ -69,10 +69,6 @@ const SlackIntegration = (props) => {
       setCurrentBotType(clickedBotType);
       setCurrentBotType(clickedBotType);
       return;
       return;
     }
     }
-    setIsRegisterSlackCredentials(false);
-    setSlackSigningSecret('');
-    setSlackBotToken('');
-    setIsSendTestMessage('');
     setSelectedBotType(clickedBotType);
     setSelectedBotType(clickedBotType);
   };
   };