mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
fix: typo
This commit is contained in:
parent
b982e769ee
commit
ea206b98b6
@ -63,7 +63,7 @@ limitations under the License. -->
|
||||
const destProcessId = selectorStore.currentDestProcess ? selectorStore.currentDestProcess.id : null;
|
||||
const duration = JSON.stringify({
|
||||
start: dates.value[0] || appStore.duration.start,
|
||||
end: dates.value[1] || appStore.duration.endT,
|
||||
end: dates.value[1] || appStore.duration.end,
|
||||
step: appStore.duration.step,
|
||||
utc: appStore.utc,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user