zahmis пре 5 година
родитељ
комит
dbc59d6782

+ 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;