diff --git a/src/routes/invoices.index.tsx b/src/routes/invoices.index.tsx index 90012e5..3dff250 100644 --- a/src/routes/invoices.index.tsx +++ b/src/routes/invoices.index.tsx @@ -41,6 +41,7 @@ function InvoicesIndex() { const [expFilter, setExpFilter] = useState("unbilled"); const [selectedTime, setSelectedTime] = useState>(new Set()); const [selectedExp, setSelectedExp] = useState>(new Set()); + const [selectedInvoices, setSelectedInvoices] = useState>(new Set()); const [working, setWorking] = useState(false); // Map of placeholder invoice id -> true (placeholder = MARKED-INVOICED-* or IMPORT-PREBILLED-*)