Skip to content

Commit

Permalink
Display label correctly for SignalInstanceNode
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Nov 30, 2023
1 parent a8d618c commit 23bbe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/case/GraphTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ watchEffect(() => {
const instanceNode = {
id: instance.raw.id,
type: "signal",
label: instance.raw.name,
label: instance.signal.name,
data: instance.raw,
position: { x: 100 * (index + 1), y: 100 * (index + 1) },
class: "light",
Expand Down

0 comments on commit 23bbe6c

Please sign in to comment.