Steven Fukase 5 лет назад
Родитель
Сommit
3ce1502efc

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

@@ -28,7 +28,7 @@ const CustomBotWithoutProxySettingsAccordion = (props) => {
     try {
       await appContainer.apiv3.post('slack-integration/notification-test-to-slack-work-space', {
         // TODO put proper request
-        channel: 'testchannel',
+        // channel: 'testchannel',
       });
     }
     catch (err) {