Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
f84880f38a
commit
a5e9acdbf3
@@ -44,6 +44,8 @@ function CasesList() {
|
||||
const [assignAttorney, setAssignAttorney] = useState<string>("");
|
||||
const [assignClient, setAssignClient] = useState<string>("");
|
||||
const [busy, setBusy] = useState(false);
|
||||
const [page, setPage] = useState(1);
|
||||
const PAGE_SIZE = 150;
|
||||
|
||||
const load = async () => {
|
||||
const { data: caseRows } = await supabase
|
||||
|
||||
Reference in New Issue
Block a user