Shun Miyazawa 4 years ago
parent
commit
7ab739d649

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

@@ -11,14 +11,14 @@ const OfficialBotSettings = () => {
       <h2 className="admin-setting-header">{t('admin:slack_integration.official_bot_integration')}</h2>
       {/* TODO delete tmp props */}
       <CustomBotWithProxyIntegrationCard
-        siteNames={
+        growiApps={
           [
             { name: 'siteName1', active: true },
             { name: 'siteName2', active: false },
             { name: 'siteName3', active: false },
           ]
         }
-        slackWorkSpaceNames={
+        slackWorkSpaces={
           [
             { name: 'wsName1', active: true },
             { name: 'wsName2', active: false },