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