We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5957ee commit c8811c9Copy full SHA for c8811c9
webview/src/experiments/util/buildDynamicColumns.tsx
@@ -23,6 +23,7 @@ const UndefinedCell = (
23
)
24
25
const groupLabels: Record<string, string> = {
26
+ deps: 'Dep',
27
metrics: 'Metric',
28
params: 'Parameter'
29
}
0 commit comments