فهرست منبع

do fetchSiteName func to useEffect

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

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

@@ -40,6 +40,7 @@ const CustomBotWithoutProxySettings = (props) => {
   };
 
   useEffect(() => {
+    fetchSiteName();
     setSlackWSNameInWithoutProxy(null);
     if (props.isSetupSlackBot) {
       fetchSlackWorkSpaceName();