Skip to content

Commit

Permalink
Merge branch 'master' into ux/default-participant-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Nov 30, 2023
2 parents 345af83 + 5f2bd8e commit 29d1ef8
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 29d1ef8

Please sign in to comment.