mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-18 06:59:27 +00:00
fix(frontend): Prevent full transactions page reload on search.
This commit is contained in:
committed by
Elisiário Couto
parent
07edfeaf25
commit
18ee52bdff
@@ -123,6 +123,7 @@ export default function TransactionsTable() {
|
||||
search: debouncedSearchTerm || undefined,
|
||||
summaryOnly: false,
|
||||
}),
|
||||
placeholderData: (previousData) => previousData,
|
||||
});
|
||||
|
||||
const transactions = transactionsResponse?.data || [];
|
||||
|
||||
Reference in New Issue
Block a user