Skip to content

Commit c8811c9

Browse files
authored
Add dep prefix to tooltip (#1853)
1 parent b5957ee commit c8811c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview/src/experiments/util/buildDynamicColumns.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const UndefinedCell = (
2323
)
2424

2525
const groupLabels: Record<string, string> = {
26+
deps: 'Dep',
2627
metrics: 'Metric',
2728
params: 'Parameter'
2829
}

0 commit comments

Comments
 (0)