Browse Source

Don't show modal (fix)

Steven Fukase 5 years ago
parent
commit
2e5163debf

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

@@ -16,7 +16,7 @@ const SlackIntegration = () => {
       return;
       return;
     }
     }
     if (currentBotType === null) {
     if (currentBotType === null) {
-      setSelectedBotType(clickedBotType);
+      setcurrentBotType(clickedBotType);
       return;
       return;
     }
     }
     setSelectedBotType(clickedBotType);
     setSelectedBotType(clickedBotType);