mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-20 15:17:37 +00:00
update global topology
This commit is contained in:
parent
6e01db4871
commit
fccbc10bd2
@ -448,7 +448,7 @@ async function backToTopology() {
|
|||||||
const resp = await getTopology();
|
const resp = await getTopology();
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
|
|
||||||
if (resp.errors) {
|
if (resp && resp.errors) {
|
||||||
ElMessage.error(resp.errors);
|
ElMessage.error(resp.errors);
|
||||||
}
|
}
|
||||||
await init();
|
await init();
|
||||||
|
Loading…
Reference in New Issue
Block a user