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

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

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