From a36aca80d09349fff4020273acd75276715d53e4 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 07:20:53 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/settings.import.tsx | 3 +++ 1 file changed, 3 insertions(+) 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)