From 4b02eaea9ce4ff9ba33413cdb87c8fd6409723be 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:53 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/settings.import.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/settings.import.tsx b/src/routes/settings.import.tsx index 3ff288d..3045073 100644 --- a/src/routes/settings.import.tsx +++ b/src/routes/settings.import.tsx @@ -540,6 +540,7 @@ function ImportPage() { if (!user?.id) return; setResults((r) => ({ ...r, [cfg.key]: "running" })); ctx.defaultClientId = cfg.key === "locations" ? (defaultClientId || null) : null; + ctx.defaultContactType = cfg.key === "contacts" ? (contactGroup || "other") : null; await ensureLookupsLoaded(); const parsed = await new Promise>>((resolve, reject) => {