@@ -45,7 +45,6 @@ const CustomBotWithoutProxySettingsAccordion = ({
toastSuccess(t('toaster.update_successed', { target: t('admin:slack_integration.custom_bot_without_proxy_settings') }));
}
catch (err) {
- // onSetIsRegisterSlackCredentials(false);
toastError(err);
};
@@ -118,7 +118,6 @@ const SlackIntegration = (props) => {
onSetSlackSigningSecret={setSlackSigningSecret}
onSetSlackBotToken={setSlackBotToken}
onSetIsSendTestMessage={setIsSendTestMessage}
- // onSetIsRegisterSlackCredentials={setIsRegisterSlackCredentials}
fetchData={fetchData}
/>
);