Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
add3a6d849
commit
c007c49c8e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user