This commit is contained in:
Fine 2022-10-24 22:33:25 +08:00
parent a07f37f9c5
commit d95dc2331d

View File

@ -145,7 +145,6 @@ function changeCondition() {
function changeLatency(options: any[]) {
currentLatency.value = options[0].data;
console.log(options);
queryTraces();
}