mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Fix for components on same kind not re-rending on inspector
This commit is contained in:
parent
bc049271c7
commit
1be42dbadd
1 changed files with 1 additions and 0 deletions
|
|
@ -723,6 +723,7 @@ class Editor extends React.Component {
|
|||
removeComponent={this.removeComponent}
|
||||
selectedComponent={selectedComponent}
|
||||
components={appDefinition.components}
|
||||
key={selectedComponent.id}
|
||||
></Inspector>
|
||||
) : (
|
||||
<div className="mt-5 p-2">Please select a component to inspect</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue