mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 14:34:46 +00:00
fix trace profiling widget, select the first span by default (#179)
This commit is contained in:
parent
4b88d8bbb3
commit
ae0b8c056d
@ -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