diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index fbc7b94788..fe5fb206e0 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -723,6 +723,7 @@ class Editor extends React.Component { removeComponent={this.removeComponent} selectedComponent={selectedComponent} components={appDefinition.components} + key={selectedComponent.id} > ) : (
Please select a component to inspect