فهرست منبع

Don't show modal (fix)

Steven Fukase 5 سال پیش
والد
کامیت
2e5163debf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

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

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