diff --git a/src/App.vue b/src/App.vue
index fbc3026f..a7529776 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -3,8 +3,8 @@
-
+
@@ -75,6 +75,9 @@ export default {
isEditMode() {
return this.$store.state.editMode;
},
+ hasCriticalError() {
+ return this.$store.state.criticalError;
+ },
subPageClassName() {
const currentSubPage = this.$store.state.currentConfigInfo;
return (currentSubPage && currentSubPage.pageId) ? currentSubPage.pageId : '';