mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
fix
This commit is contained in:
parent
7ebe6adc9a
commit
c0ff372aaa
@ -115,7 +115,7 @@ const currentMetric = ref<MetricConfigOpt>({
|
||||
topN: props.currentMetricConfig.topN || 10,
|
||||
});
|
||||
const metricTypes = dashboardStore.selectedGrid.metricTypes || [];
|
||||
const metricType = ref<string>(metricTypes[props.index]);
|
||||
const metricType = computed(() => metricTypes[props.index]);
|
||||
const hasLabel = computed(() => {
|
||||
const graph = dashboardStore.selectedGrid.graph || {};
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user