Skip to content

Commit

Permalink
Fix bug in attribute handler...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 9, 2024
1 parent ef968a7 commit 57fa466
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 && args.highlight) {
this.highlightAttribute = args.highlight;
}
}
Expand Down

0 comments on commit 57fa466

Please sign in to comment.