Skip to content

Commit

Permalink
Show edge names in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavin committed Dec 10, 2024
1 parent ed710e7 commit b915e6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-coins-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@inngest/workflow-kit": minor
---

Show edge names in editor
1 change: 1 addition & 0 deletions packages/workflow/src/ui/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export const parseWorkflow = ({ workflow, trigger, blankNodeParent }: parseWorkf
id: `${edge.from}-${edge.to}`,
source: edge.from,
target: edge.to,
label: edge.name,
type: 'smoothstep',
});
});
Expand Down

0 comments on commit b915e6c

Please sign in to comment.