Skip to content

Commit

Permalink
Merge pull request #610 from pe4cey/3.0-expand-one-plan
Browse files Browse the repository at this point in the history
Instantiate NeoConstructor in plan view
  • Loading branch information
oskarhane authored Aug 1, 2017
2 parents a7daba8 + 69e7ff7 commit c3d1115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/modules/Stream/CypherFrame/PlanView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class PlanView extends Component {
planInit (el) {
if (el != null && !this.plan) {
const NeoConstructor = neo.queryPlan
this.plan = NeoConstructor(el)
this.plan = new NeoConstructor(el)
this.plan.display(this.state.extractedPlan)
}
}
Expand Down

0 comments on commit c3d1115

Please sign in to comment.