From bf7b631c1fce4289660b93c16152c56711b7738d 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 20:04:30 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/invoices.index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/invoices.index.tsx b/src/routes/invoices.index.tsx index 79c5630..1dcf0ff 100644 --- a/src/routes/invoices.index.tsx +++ b/src/routes/invoices.index.tsx @@ -67,6 +67,9 @@ function InvoicesIndex() { const [selectedExp, setSelectedExp] = useState>(new Set()); const [selectedInvoices, setSelectedInvoices] = useState>(new Set()); const [working, setWorking] = useState(false); + const [timePage, setTimePage] = useState(0); + const [expPage, setExpPage] = useState(0); + const TAB_PAGE_SIZE = 200; // Map of placeholder invoice id -> true (placeholder = MARKED-INVOICED-* or IMPORT-PREBILLED-*) const [placeholderIds, setPlaceholderIds] = useState>(new Set());