فهرست منبع

add fetchSlackWorkSpaceName to reload func

Shun Miyazawa 5 سال پیش
والد
کامیت
817a15ff76
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

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

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