Ver Fonte

remove theme form

itizawa há 6 anos atrás
pai
commit
7f79194440
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      src/client/js/components/Admin/Customize/Customize.jsx

+ 0 - 2
src/client/js/components/Admin/Customize/Customize.jsx

@@ -19,8 +19,6 @@ class Customize extends React.Component {
           <h2>{t('customize_page.Layout')}</h2>
           <CustomizeLayoutSetting />
         </div>
-        <legend>{t('customize_page.Theme')}</legend>
-        {/* テーマフォームの react componentをここで呼ぶ(GW-245) */}
         <legend>{t('customize_page.Behavior')}</legend>
         {/* 挙動フォームの react componentをここで呼ぶ(GW-246) */}
         <legend>{t('customize_page.Function')}</legend>