update
This commit is contained in:
13078
package-lock.json
generated
Normal file
13078
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -414,7 +414,7 @@ const TransactionProvider = ({ children }: { children: React.ReactNode }) => {
|
||||
limit,
|
||||
page: page + 1,
|
||||
with_deleted: false,
|
||||
order_field: 'Transactions.created_at',
|
||||
order_field: 'Transactions.transaction_date',
|
||||
order_direction: 'DESC',
|
||||
filter: JSON.stringify(formattedFilter)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user