From a5e9acdbf32f33852fc512f0765a3230daf6a607 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 17:31:07 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/cases.index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/cases.index.tsx b/src/routes/cases.index.tsx index 423c392..6099ea6 100644 --- a/src/routes/cases.index.tsx +++ b/src/routes/cases.index.tsx @@ -44,6 +44,8 @@ function CasesList() { const [assignAttorney, setAssignAttorney] = useState(""); const [assignClient, setAssignClient] = useState(""); const [busy, setBusy] = useState(false); + const [page, setPage] = useState(1); + const PAGE_SIZE = 150; const load = async () => { const { data: caseRows } = await supabase