Shun Miyazawa 4 лет назад
Родитель
Сommit
d7b3a1d8b1

+ 2 - 2
src/client/js/components/Admin/SlackIntegration/CustomBotWithProxyIntegrationCard.jsx

@@ -77,9 +77,9 @@ const CustomBotWithProxyIntegrationCard = (props) => {
 };
 
 CustomBotWithProxyIntegrationCard.propTypes = {
-  siteNames: PropTypes.array.isRequired,
+  siteNames: PropTypes.array,
   slackWSNameInWithProxy: PropTypes.array,
-  isSlackScopeSet: PropTypes.bool.isRequired,
+  isSlackScopeSet: PropTypes.bool,
 };
 
 export default CustomBotWithProxyIntegrationCard;