Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 15:48:39 +00:00
co-authored by renee-png
parent b933d04847
commit e8732f2f94
+2
View File
@@ -574,6 +574,8 @@ function ImportPage() {
const [clientList, setClientList] = useState<{ id: string; name: string }[]>([]);
const [defaultClientId, setDefaultClientId] = useState<string>("");
const [contactGroup, setContactGroup] = useState<string>("client");
const [pasteFor, setPasteFor] = useState<ImporterConfig | null>(null);
const [pasteText, setPasteText] = useState("");
const ctx = useMemo<ImportCtx>(() => ({
userId: user?.id ?? "",
clientByExt: new Map(),