diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index d59596cc40..129cacfc97 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -52,6 +52,7 @@ class Editor extends React.Component { this.state = { currentUser: authenticationService.currentUserValue, + app: {}, allComponentTypes: componentTypes, queryPaneHeight: '30%', isLoading: true, @@ -571,7 +572,7 @@ class Editor extends React.Component {
- {app + {app.id &&
- {this.state.app && ( - )}