You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
toast.error("Please select at least one TPC member to delete");
40
+
toast.error("Please select at least one CAMC member to delete");
41
41
return;
42
42
}
43
43
44
-
constconfirmMessage=`Are you sure you want to remove ${selectedMembers.length}TPC member(s)? This will revoke their TPC member status. This action cannot be undone.`;
44
+
constconfirmMessage=`Are you sure you want to remove ${selectedMembers.length}CAMC member(s)? This will revoke their CAMC member status. This action cannot be undone.`;
0 commit comments