zahmis 5 년 전
부모
커밋
dbc59d6782
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettingsAccordion.jsx

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

@@ -181,7 +181,7 @@ const CustomBotWithoutProxySettingsAccordionWrapper = withUnstatedContainers(Cus
 
 CustomBotWithoutProxySettingsAccordion.propTypes = {
   appContainer: PropTypes.instanceOf(AppContainer).isRequired,
-  isRgisterSlackCredentials: PropTypes.string,
+  isRgisterSlackCredentials: PropTypes.bool,
 };
 
 export default CustomBotWithoutProxySettingsAccordionWrapper;