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:25:14 +00:00
co-authored by renee-png
parent 908bad2ec0
commit bd350efa36
+1
View File
@@ -43,6 +43,7 @@ function ContactsIndex() {
const [open, setOpen] = useState(false);
const [selected, setSelected] = useState<Set<string>>(new Set());
const [bulkType, setBulkType] = useState<string>("");
const [letter, setLetter] = useState<string>("all");
const load = async () => {
setLoading(true);