mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-03 16:25:23 +00:00
fix
This commit is contained in:
parent
64c541a15c
commit
75534fbc29
@ -244,7 +244,7 @@ limitations under the License. -->
|
|||||||
async function setLegend() {
|
async function setLegend() {
|
||||||
updateSettings();
|
updateSettings();
|
||||||
const expression = dashboardStore.selectedGrid.legendMQE && dashboardStore.selectedGrid.legendMQE.expression;
|
const expression = dashboardStore.selectedGrid.legendMQE && dashboardStore.selectedGrid.legendMQE.expression;
|
||||||
const { getExpressionQuery } = await useQueryTopologyExpressionsProcessor(
|
const { getExpressionQuery } = useQueryTopologyExpressionsProcessor(
|
||||||
[expression],
|
[expression],
|
||||||
topologyStore.nodes.filter((d: Node) => d.isReal),
|
topologyStore.nodes.filter((d: Node) => d.isReal),
|
||||||
);
|
);
|
||||||
|
@ -285,7 +285,7 @@ limitations under the License. -->
|
|||||||
if (!expression) {
|
if (!expression) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const { getExpressionQuery } = await useQueryTopologyExpressionsProcessor(
|
const { getExpressionQuery } = useQueryTopologyExpressionsProcessor(
|
||||||
[expression],
|
[expression],
|
||||||
topologyStore.nodes.filter((d: Node) => d.isReal),
|
topologyStore.nodes.filter((d: Node) => d.isReal),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user