Skip to content

Commit

Permalink
Merge pull request #358 from MOV-AI/bugfix/FP-2972-flow-ghost-node-st…
Browse files Browse the repository at this point in the history
…acktrace

FP-2972: Define missing node
  • Loading branch information
diasdm authored Oct 11, 2024
2 parents d56d03d + ff71d75 commit a32f922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# TBD

- [FP-2972](https://movai.atlassian.net/browse/FP-2972):Opening flow when nodes don't exist results in stacktrace

# 1.2.9

- [FP-2926](https://movai.atlassian.net/browse/FP-2926): Clear console and app errors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class NodeInstance extends Model {
}
);

this.templateDoc = templateDoc;
this.templateDoc = templateDoc ?? {};
return this;
}

Expand Down

0 comments on commit a32f922

Please sign in to comment.