Skip to content

Commit 642c233

Browse files
committed
fix(NodeDetailDialog): remove unnecessary milliseconds conversion from time cost metrics handling
1 parent e7c9dc2 commit 642c233

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/dag/src/components/monitor/components/NodeDetailDialog.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ export default {
233233
result.value = [timeCostAvg, targetWriteTimeCostAvg]
234234
}
235235
236-
result.value = result.value.map((t) => t.map((t) => t * 1000))
237-
238236
return result
239237
},
240238

0 commit comments

Comments
 (0)