Client - display page error if can not fetch app config

This commit is contained in:
Sam
2021-08-15 16:40:11 +02:00
parent 0b95b93e06
commit 9fc70fcf23
14 changed files with 174 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ export const state: IRootState = {
language: 'en',
errorMessages: null,
application: <IApplication>{},
appLoading: false,
}