|
@@ -18,7 +18,6 @@ export default class AdminAppContainer extends Container {
|
|
|
this.appContainer = appContainer;
|
|
this.appContainer = appContainer;
|
|
|
|
|
|
|
|
this.state = {
|
|
this.state = {
|
|
|
- isRetrieving: true,
|
|
|
|
|
retrieveError: null,
|
|
retrieveError: null,
|
|
|
title: '',
|
|
title: '',
|
|
|
confidential: '',
|
|
confidential: '',
|
|
@@ -79,7 +78,6 @@ export default class AdminAppContainer extends Container {
|
|
|
const { appSettingsParams } = response.data;
|
|
const { appSettingsParams } = response.data;
|
|
|
|
|
|
|
|
this.setState({
|
|
this.setState({
|
|
|
- isRetrieving: false,
|
|
|
|
|
title: appSettingsParams.title,
|
|
title: appSettingsParams.title,
|
|
|
confidential: appSettingsParams.confidential,
|
|
confidential: appSettingsParams.confidential,
|
|
|
globalLang: appSettingsParams.globalLang,
|
|
globalLang: appSettingsParams.globalLang,
|