diff --git a/src/routes/settings.import.tsx b/src/routes/settings.import.tsx index f756e1a..83a8503 100644 --- a/src/routes/settings.import.tsx +++ b/src/routes/settings.import.tsx @@ -53,6 +53,9 @@ interface ImportCtx { // Name → uuid lookups (for files that reference by name only) clientByName: Map; caseByNumber: Map; + caseByTitle: Map; + userByName: Map; + userByEmail: Map; // Optional fallback client id (e.g. for address-only locations CSV) defaultClientId?: string | null; // Selected contact group (for unified contacts importer)