Explorar el Código

rm unnecessary

Shun Miyazawa hace 2 años
padre
commit
1f560a354b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      apps/app/src/components/Admin/App/AppSetting.jsx

+ 0 - 1
apps/app/src/components/Admin/App/AppSetting.jsx

@@ -60,7 +60,6 @@ const AppSetting = (props) => {
           <input
             className="form-control"
             type="text"
-            value={adminAppContainer.state.confidential || ''}
             defaultValue={adminAppContainer.state.confidential || ''}
             onChange={(e) => {
               adminAppContainer.changeConfidential(e.target.value);