From 593eac9e7db054803fa7e0ead8d0c75fbf05f05e 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 04:01:20 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/settings.import.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/settings.import.tsx b/src/routes/settings.import.tsx index 1949ed0..32045c1 100644 --- a/src/routes/settings.import.tsx +++ b/src/routes/settings.import.tsx @@ -54,6 +54,8 @@ interface ImportCtx { caseByNumber: Map; // Optional fallback client id (e.g. for address-only locations CSV) defaultClientId?: string | null; + // Selected contact group (for unified contacts importer) + defaultContactType?: string | null; } const norm = (s: string) =>