Skip to content

Commit

Permalink
Merge pull request node-red#4538 from node-red/4533-fix-subflow-insta…
Browse files Browse the repository at this point in the history
…nce-g-property-mapping

Ensure subflow instance node has g property set
  • Loading branch information
knolleary authored Jan 26, 2024
2 parents 507f9b6 + d2dc1fc commit 8485ca2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class Subflow extends Flow {
var subflowInstanceConfig = {
id: this.subflowInstance.id,
type: this.subflowInstance.type,
g: this.subflowInstance.g,
z: this.subflowInstance.z,
name: this.subflowInstance.name,
wires: [],
Expand Down

0 comments on commit 8485ca2

Please sign in to comment.