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

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

@@ -186,6 +186,7 @@ const TestProcess = ({ apiv3Post, slackAppIntegrationId }) => {
     try {
       await apiv3Post('/slack-integration-settings/with-proxy/relation-test', { slackAppIntegrationId, channel: testChannel });
       setIsLatestConnectionSuccess(true);
+      setLatestConnectionMessage(null);
     }
     catch (error) {
       setIsLatestConnectionSuccess(false);