From bd350efa3606c79bfc053b204024ab3ab9abb613 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 04:25:14 +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 3fd9e7d..1ff6b45 100644 --- a/src/routes/contacts.index.tsx +++ b/src/routes/contacts.index.tsx @@ -43,6 +43,7 @@ function ContactsIndex() { const [open, setOpen] = useState(false); const [selected, setSelected] = useState>(new Set()); const [bulkType, setBulkType] = useState(""); + const [letter, setLetter] = useState("all"); const load = async () => { setLoading(true);