Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 02:57:21 +00:00
co-authored by renee-png
parent 683a1b553e
commit 6db4ab214f
+1
View File
@@ -52,6 +52,7 @@ function ContactsIndex() {
const [q, setQ] = useState("");
const [typeFilter, setTypeFilter] = useState<string>("all");
const [view, setView] = useState<"active" | "archived">("active");
const [category, setCategory] = useState<Category>("all");
const [editing, setEditing] = useState<ContactRecord | null>(null);
const [open, setOpen] = useState(false);