Procházet zdrojové kódy

fix name: onTestFormSubmitted

zahmis před 4 roky
rodič
revize
9c37f61467

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

@@ -79,7 +79,7 @@ const CustomBotWithoutProxySettings = (props) => {
           connectionErrorCode={connectionErrorCode}
           isIntegrationSuccess={isIntegrationSuccess}
           testChannel={testChannel}
-          testConnection={testConnection}
+          onTestFormSubmitted={testConnection}
           inputTestChannelHandler={inputTestChannelHandler}
 
         />