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