mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
removed unwanted statement
This commit is contained in:
parent
293a49c1e4
commit
b7a0f624e9
@ -380,7 +380,6 @@ async function queryTraces() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
function changeField(type: string, opt: any) {
|
function changeField(type: string, opt: any) {
|
||||||
activeFilter;
|
|
||||||
state[type] = opt[0];
|
state[type] = opt[0];
|
||||||
if (type === "service") {
|
if (type === "service") {
|
||||||
getEndpoints(state.service.id);
|
getEndpoints(state.service.id);
|
||||||
|
Loading…
Reference in New Issue
Block a user