Shun Miyazawa 2 lat temu
rodzic
commit
1f560a354b
1 zmienionych plików z 0 dodań i 1 usunięć
  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);