From 6db4ab214fbc40a9551173538aeaf76e045e7fa8 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 02:57:21 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/contacts.index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/contacts.index.tsx b/src/routes/contacts.index.tsx index ef908dd..0ff1903 100644 --- a/src/routes/contacts.index.tsx +++ b/src/routes/contacts.index.tsx @@ -52,6 +52,7 @@ function ContactsIndex() { const [q, setQ] = useState(""); const [typeFilter, setTypeFilter] = useState("all"); const [view, setView] = useState<"active" | "archived">("active"); + const [category, setCategory] = useState("all"); const [editing, setEditing] = useState(null); const [open, setOpen] = useState(false);