@@ -56,7 +56,6 @@ const CustomBotIntegrationCard = (props) => {
};
CustomBotIntegrationCard.propTypes = {
- currentBotType: PropTypes.string,
siteName: PropTypes.string,
slackWSNameInWithoutProxy: PropTypes.string,
isSetupSlackBot: PropTypes.bool,
@@ -114,7 +114,6 @@ const SlackIntegration = (props) => {
onSetSlackBotToken={setSlackBotToken}
onSetIsSendTestMessage={setIsSendTestMessage}
onSetIsRegisterSlackCredentials={setIsRegisterSlackCredentials}
- currentBotType={currentBotType}
/>
);
break;