فهرست منبع

Fixed incorrect i18n key

Steven Fukase 5 سال پیش
والد
کامیت
3ce1502efc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettingsAccordion.jsx

+ 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) {