mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 15:25:50 +00:00
fix(export): hide finish time until grouped load completes
This commit is contained in:
@@ -3858,7 +3858,7 @@ function ExportPage() {
|
|||||||
loaded,
|
loaded,
|
||||||
statusLabel: getLoadDetailStatusLabel(loaded, total, hasStarted),
|
statusLabel: getLoadDetailStatusLabel(loaded, total, hasStarted),
|
||||||
startedAt: earliestStart,
|
startedAt: earliestStart,
|
||||||
finishedAt: latestFinish
|
finishedAt: loaded >= total ? latestFinish : undefined
|
||||||
}
|
}
|
||||||
}, [getLoadDetailStatusLabel, sessionLoadTraceMap])
|
}, [getLoadDetailStatusLabel, sessionLoadTraceMap])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user