mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 13:35:24 +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();
|
||||
loading.value = false;
|
||||
|
||||
if (resp.errors) {
|
||||
if (resp && resp.errors) {
|
||||
ElMessage.error(resp.errors);
|
||||
}
|
||||
await init();
|
||||
|
Loading…
Reference in New Issue
Block a user