mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
remove unuse field
This commit is contained in:
parent
717ce67ff9
commit
2ab2dfcafc
@ -80,8 +80,7 @@ const props = defineProps({
|
||||
});
|
||||
const { t } = useI18n();
|
||||
const showTrace = ref<boolean>(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] || "");
|
||||
|
Loading…
Reference in New Issue
Block a user