mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-20 01:21:21 +00:00
clear tips
This commit is contained in:
parent
fd3808406d
commit
aa2b42fb83
@ -89,6 +89,7 @@ export const ebpfStore = defineStore({
|
||||
.query("getEBPFTasks")
|
||||
.params({ serviceId });
|
||||
|
||||
this.tip = "";
|
||||
if (res.data.errors) {
|
||||
return res.data;
|
||||
}
|
||||
@ -115,7 +116,6 @@ export const ebpfStore = defineStore({
|
||||
this.eBPFSchedules = eBPFSchedules;
|
||||
if (!eBPFSchedules.length) {
|
||||
this.eBPFSchedules = [];
|
||||
return res.data;
|
||||
}
|
||||
this.analyzeTrees = [];
|
||||
return res.data;
|
||||
|
Loading…
Reference in New Issue
Block a user