itizawa 5 лет назад
Родитель
Сommit
0951969ff9

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

@@ -36,6 +36,7 @@ const CustomBotWithoutProxySettings = (props) => {
         toastError(err);
       }
     };
+    setSlackWSNameInWithoutProxy(null);
     if (isConnectedToSlack) {
       fetchData();
     }