mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
fix trace profiling
This commit is contained in:
parent
4b88d8bbb3
commit
075e1aeb8f
@ -119,8 +119,8 @@ function updateTimeRange() {
|
||||
if (!children || !children.length) {
|
||||
timeRange.value = [
|
||||
{
|
||||
start: this.currentSpan.startTime,
|
||||
end: this.currentSpan.endTime,
|
||||
start: startTime,
|
||||
end: endTime,
|
||||
},
|
||||
];
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user