Shun Miyazawa 4 лет назад
Родитель
Сommit
7ab739d649
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/client/js/components/Admin/SlackIntegration/OfficialBotSettings.jsx

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