Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 04:23:38 +00:00
co-authored by renee-png
parent add3a6d849
commit c007c49c8e
+2
View File
@@ -41,6 +41,8 @@ function ContactsIndex() {
const [view, setView] = useState<"active" | "archived">("active");
const [editing, setEditing] = useState<ContactRecord | null>(null);
const [open, setOpen] = useState(false);
const [selected, setSelected] = useState<Set<string>>(new Set());
const [bulkType, setBulkType] = useState<string>("");
const load = async () => {
setLoading(true);