Skip to content

Commit

Permalink
Update client/src/components/Workflow/Editor/Index.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
jmchilton and mvdbeek authored Dec 9, 2024
1 parent 57fa466 commit f98b5b3
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 && args.highlight) {
if (args?.highlight) {
this.highlightAttribute = args.highlight;
}
}
Expand Down

0 comments on commit f98b5b3

Please sign in to comment.