|
|
@@ -24,13 +24,11 @@ const CustomBotWithoutProxySettingsAccordion = (props) => {
|
|
|
setOpenAccordionIndexes(accordionIndexes);
|
|
|
};
|
|
|
|
|
|
- console.log(isRgisterSlackCredentials);
|
|
|
-
|
|
|
const onTestConnectionHandler = async() => {
|
|
|
setConnectionErrorCode(null);
|
|
|
setConnectionErrorMessage(null);
|
|
|
try {
|
|
|
- const res = await appContainer.apiv3.post('slack-integration/notification-test-to-slack-work-space', {
|
|
|
+ await appContainer.apiv3.post('slack-integration/notification-test-to-slack-work-space', {
|
|
|
// TODO put proper request
|
|
|
channel: 'testchannel',
|
|
|
});
|