fix: add missing TEMPLATE_CATEGORY_LABELS export to types.ts

This commit is contained in:
m
2026-03-30 11:43:36 +02:00
parent 8f91feee0e
commit 2578060638

View File

@@ -427,6 +427,13 @@ export const TEMPLATE_TYPES: Record<string, string> = {
upc_injunction: "UPC Provisional Measures",
};
export const TEMPLATE_CATEGORY_LABELS: Record<string, string> = {
schriftsatz: "Schriftsatz",
vertrag: "Vertrag",
korrespondenz: "Korrespondenz",
intern: "Intern",
};
// AI Case Strategy
export interface StrategyStep {