Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
b933d04847
commit
e8732f2f94
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user