diff --git a/src/dispatch/static/dispatch/src/case/GraphTab.vue b/src/dispatch/static/dispatch/src/case/GraphTab.vue index 7b1efb65e680..fbdac2550003 100644 --- a/src/dispatch/static/dispatch/src/case/GraphTab.vue +++ b/src/dispatch/static/dispatch/src/case/GraphTab.vue @@ -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",