diff --git a/src/views/dashboard/graphs/TopList.vue b/src/views/dashboard/graphs/TopList.vue index c20d7226..93e938e0 100644 --- a/src/views/dashboard/graphs/TopList.vue +++ b/src/views/dashboard/graphs/TopList.vue @@ -80,8 +80,7 @@ const props = defineProps({ }); const { t } = useI18n(); const showTrace = ref(false); -const traceOptions = ref<{ id: string; type: string; filter?: unknown }>({ - id: "related" + Math.round(Math.random() * 100), +const traceOptions = ref<{ type: string; filter?: unknown }>({ type: "Trace", }); const key = computed(() => Object.keys(props.data)[0] || "");