update transaction history: export data table filter fixing bug
This commit is contained in:
@ -94,6 +94,8 @@ const ListToolbar = () => {
|
||||
formattedFilter['Transactions.kind'] = typeValue;
|
||||
}
|
||||
|
||||
formattedFilter['Transactions.status'] = status;
|
||||
|
||||
const filterParam = encodeURIComponent(JSON.stringify(formattedFilter));
|
||||
|
||||
const response = await fetch(
|
||||
|
||||
@ -314,7 +314,7 @@ const TransactionProvider = ({ children }: { children: React.ReactNode }) => {
|
||||
|
||||
let startdate: string | undefined;
|
||||
let enddate: string | undefined;
|
||||
let transactioncode = '';
|
||||
// let transactioncode = '';
|
||||
let type = '';
|
||||
let status = '';
|
||||
let searchType = '';
|
||||
|
||||
Reference in New Issue
Block a user