diff --git a/src/routes/settings.import.tsx b/src/routes/settings.import.tsx index 49a7bc3..4f8b8e0 100644 --- a/src/routes/settings.import.tsx +++ b/src/routes/settings.import.tsx @@ -58,6 +58,8 @@ interface ImportCtx { caseByTitle: Map; userByName: Map; userByEmail: Map; + // Set of case ids considered "active" (not closed, not archived) + activeCaseIds: Set; // Optional fallback client id (e.g. for address-only locations CSV) defaultClientId?: string | null; // Selected contact group (for unified contacts importer)