Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 20:04:30 +00:00
co-authored by renee-png
parent e7a278561f
commit bf7b631c1f
+3
View File
@@ -67,6 +67,9 @@ function InvoicesIndex() {
const [selectedExp, setSelectedExp] = useState<Set<string>>(new Set());
const [selectedInvoices, setSelectedInvoices] = useState<Set<string>>(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<Set<string>>(new Set());