mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: update
This commit is contained in:
parent
c2c6938368
commit
0f3de1bb03
@ -285,7 +285,10 @@ limitations under the License. -->
|
|||||||
if (!expression) {
|
if (!expression) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const { getExpressionQuery } = useQueryTopologyExpressionsProcessor([expression], topologyStore.nodes);
|
const { getExpressionQuery } = useQueryTopologyExpressionsProcessor(
|
||||||
|
[expression],
|
||||||
|
topologyStore.nodes.filter((d: Node) => d.isReal),
|
||||||
|
);
|
||||||
const param = getExpressionQuery();
|
const param = getExpressionQuery();
|
||||||
const res = await topologyStore.getNodeExpressionValue(param);
|
const res = await topologyStore.getNodeExpressionValue(param);
|
||||||
if (res.errors) {
|
if (res.errors) {
|
||||||
|
Loading…
Reference in New Issue
Block a user