Shun Miyazawa hace 4 años
padre
commit
8a1c7aaadb

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

@@ -72,7 +72,7 @@ const CustomBotWithProxyIntegrationCard = (props) => {
 };
 };
 
 
 CustomBotWithProxyIntegrationCard.propTypes = {
 CustomBotWithProxyIntegrationCard.propTypes = {
-  siteName: PropTypes.array.isRequired,
+  siteNames: PropTypes.array.isRequired,
   slackWSNameInWithProxy: PropTypes.array,
   slackWSNameInWithProxy: PropTypes.array,
   isSlackScopeSet: PropTypes.bool.isRequired,
   isSlackScopeSet: PropTypes.bool.isRequired,
 };
 };

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

@@ -19,7 +19,7 @@ const CustomBotWithProxySettings = (props) => {
 
 
       {/* TODO delete tmp props */}
       {/* TODO delete tmp props */}
       <CustomBotWithProxyIntegrationCard
       <CustomBotWithProxyIntegrationCard
-        siteName={['siteName1', 'siteName2']}
+        siteNames={['siteName1', 'siteName2']}
         slackWSNameInWithProxy={['wsName1', 'wsName2']}
         slackWSNameInWithProxy={['wsName1', 'wsName2']}
         isSlackScopeSet
         isSlackScopeSet
       />
       />