zahmis 4 лет назад
Родитель
Сommit
a11639ea2a

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

@@ -38,7 +38,7 @@ const CustomBotWithoutProxySettingsAccordion = (props) => {
     value = '';
   }
   else {
-    value = [connectionMessage.code, connectionMessage.message];
+    value = connectionMessage;
   }
 
   const slackSigningSecretCombined = slackSigningSecret || slackSigningSecretEnv;