Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 17:31:07 +00:00
co-authored by renee-png
parent f84880f38a
commit a5e9acdbf3
+2
View File
@@ -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