zahmis 4 yıl önce
ebeveyn
işleme
fea7febbee

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

@@ -153,19 +153,20 @@ const CustomBotWithoutProxySettingsAccordion = (props) => {
 
 
 
 
 CustomBotWithoutProxySettingsAccordion.propTypes = {
 CustomBotWithoutProxySettingsAccordion.propTypes = {
+  activeStep: PropTypes.oneOf(Object.values(botInstallationStep)).isRequired,
+
   slackSigningSecret: PropTypes.string,
   slackSigningSecret: PropTypes.string,
   slackSigningSecretEnv: PropTypes.string,
   slackSigningSecretEnv: PropTypes.string,
   slackBotToken: PropTypes.string,
   slackBotToken: PropTypes.string,
   slackBotTokenEnv: PropTypes.string,
   slackBotTokenEnv: PropTypes.string,
+
+  connectionMessage: PropTypes.string,
+  connectionErrorCode: PropTypes.string,
   testChannel: PropTypes.string,
   testChannel: PropTypes.string,
-  isRegisterSlackCredentials: PropTypes.bool,
   isIntegrationSuccess: PropTypes.bool,
   isIntegrationSuccess: PropTypes.bool,
-  fetchSlackIntegrationData: PropTypes.func,
   inputTestChannelHandler: PropTypes.func,
   inputTestChannelHandler: PropTypes.func,
   onTestFormSubmitted: PropTypes.func,
   onTestFormSubmitted: PropTypes.func,
-  connectionMessage: PropTypes.string,
-  connectionErrorCode: PropTypes.string,
-  activeStep: PropTypes.oneOf(Object.values(botInstallationStep)).isRequired,
+
 };
 };
 
 
 export default CustomBotWithoutProxySettingsAccordion;
 export default CustomBotWithoutProxySettingsAccordion;