mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 13:19:29 +00:00
removed typo in trace store
This commit is contained in:
@@ -53,7 +53,7 @@ export const traceStore = defineStore({
|
|||||||
endpoints: [{ value: "0", label: "All" }],
|
endpoints: [{ value: "0", label: "All" }],
|
||||||
displayMode: "List",
|
displayMode: "List",
|
||||||
currentView: "traceList",
|
currentView: "traceList",
|
||||||
activeFilter: "titi",
|
activeFilter: "",
|
||||||
traceList: [],
|
traceList: [],
|
||||||
traceSpans: [],
|
traceSpans: [],
|
||||||
traceTotal: 0,
|
traceTotal: 0,
|
||||||
|
Reference in New Issue
Block a user