Skip to content

Commit

Permalink
Merge pull request #19288 from jmchilton/fix_undo_stack
Browse files Browse the repository at this point in the history
[24.2] Fix workflow change stack broken with #19230
  • Loading branch information
jmchilton authored Dec 9, 2024
2 parents 0a11a41 + f98b5b3 commit a6954b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Workflow/Editor/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export default {
ensureParametersSet();
stateStore.activeNodeId = null;
activityBar.value?.setActiveSideBar("workflow-editor-attributes");
if (args.highlight) {
if (args?.highlight) {
this.highlightAttribute = args.highlight;
}
}
Expand Down

0 comments on commit a6954b0

Please sign in to comment.