From 096f542d17bb98747e3765975a0bf07d37e8a7d6 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Fri, 10 Jul 2026 14:32:43 +0200 Subject: [PATCH] fix: panel_main_label passthrough actually wired in the spec-to-benchmark mapper --- src/lib/materialize/load.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/materialize/load.ts b/src/lib/materialize/load.ts index e03887e0..17fc8633 100644 --- a/src/lib/materialize/load.ts +++ b/src/lib/materialize/load.ts @@ -135,6 +135,7 @@ export function buildEditorial( status: spec.status, editorialStatus: spec.status, metric: spec.metric, + panelMainLabel: spec.panel_main_label, unit: spec.unit, higherIsBetter: spec.higher_is_better, abstract: spec.abstract,