itizawa 6 лет назад
Родитель
Сommit
640a42fdc8
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/client/js/components/Admin/Security/SecurityLocalSetting.jsx

+ 1 - 2
src/client/js/components/Admin/Security/SecurityLocalSetting.jsx

@@ -30,7 +30,7 @@ class SecurityLocalSetting extends React.Component {
               <input
                 id="nameForIsLocalEnabled"
                 type="checkbox"
-                checked
+                checked // TODO fetch config
               />
               <label htmlFor="nameForIsLocalEnabled">
                 <strong>{ t('security_setting.Local.name') }</strong>
@@ -41,7 +41,6 @@ class SecurityLocalSetting extends React.Component {
 
           <div className="form-group" id="btn-update">
             <button type="submit" className="btn btn-primary">{ t('Update') }</button>
-
           </div>
         </div>