Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
e7a278561f
commit
bf7b631c1f
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user