mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
On the invoices list, when viewing page 2 or later, customer names in the table could be wrong—opening an invoice showed a different customer than the one displayed in that row. Ensure we only apply API responses that match the currently requested page. This prevents stale or out-of-order responses from overwriting the displayed data. Also use row id as v-for key for correct Vue reconciliation.