removed unwanted statement

This commit is contained in:
Peter Olu 2022-05-16 07:12:01 +01:00
parent 293a49c1e4
commit b7a0f624e9

View File

@ -380,7 +380,6 @@ async function queryTraces() {
}
}
function changeField(type: string, opt: any) {
activeFilter;
state[type] = opt[0];
if (type === "service") {
getEndpoints(state.service.id);