|
@@ -18,6 +18,7 @@ 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: '',
|
|
@@ -78,6 +79,7 @@ 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,
|