mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
parent
431dc961cd
commit
ab7ba7c464
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class Editor extends React.Component {
|
|||
};
|
||||
|
||||
componentDidUpdate(prevProps, prevState) {
|
||||
if (prevState.appDefinition !== this.state.appDefinition) {
|
||||
if (!isEqual(prevState.appDefinition, this.state.appDefinition)) {
|
||||
computeComponentState(this, this.state.appDefinition.components);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue