From 25780606382611094f8a1eddba0d95a189fbe61f Mon Sep 17 00:00:00 2001 From: m Date: Mon, 30 Mar 2026 11:43:36 +0200 Subject: [PATCH] fix: add missing TEMPLATE_CATEGORY_LABELS export to types.ts --- frontend/src/lib/types.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/lib/types.ts b/frontend/src/lib/types.ts index c7d44af..24a0ae9 100644 --- a/frontend/src/lib/types.ts +++ b/frontend/src/lib/types.ts @@ -427,6 +427,13 @@ export const TEMPLATE_TYPES: Record = { upc_injunction: "UPC Provisional Measures", }; +export const TEMPLATE_CATEGORY_LABELS: Record = { + schriftsatz: "Schriftsatz", + vertrag: "Vertrag", + korrespondenz: "Korrespondenz", + intern: "Intern", +}; + // AI Case Strategy export interface StrategyStep {