Просмотр исходного кода

add fetchSlackWorkSpaceName to reload func

Shun Miyazawa 5 лет назад
Родитель
Сommit
817a15ff76

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

@@ -56,7 +56,7 @@ const CustomBotWithoutProxySettings = (props) => {
   }, [fetchData]);
   }, [fetchData]);
 
 
   const reload  = (() => {
   const reload  = (() => {
-    console.log('reload btn pusshed!!');
+    fetchSlackWorkSpaceName();
   })
   })
 
 
   return (
   return (