Explorar el Código

remove theme form

itizawa hace 6 años
padre
commit
7f79194440
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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>