Skip to content

Commit

Permalink
Merge pull request #86 from snachiap/fix
Browse files Browse the repository at this point in the history
checking new config
  • Loading branch information
ukrbublik authored May 24, 2019
2 parents cdb7392 + 672fd90 commit f9f49e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/components/Query.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ConnectedQuery extends Component {
const oldTree = this.props.tree;
const oldConfig = this.props.config;
const newTree = nextProps.tree;
const newConfig = this.props.config;
const newConfig = nextProps.config;
const oldValidatedTree = this.validatedTree;

if (oldConfig != newConfig) {
Expand Down

0 comments on commit f9f49e4

Please sign in to comment.