diff --git a/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue b/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue index fbf9f810..5d3ae126 100644 --- a/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue +++ b/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue @@ -76,7 +76,7 @@ const link = ref(null); const anchor = ref(null); const arrow = ref(null); const oldVal = ref<{ width: number; height: number }>({ width: 0, height: 0 }); -const config = ref({}); +const config = ref(props.config || {}); const diff = ref([220, 200]); const radius = 210; const dates = ref>(null);