update filter again

This commit is contained in:
bagusajisaputroo
2025-07-14 12:16:04 +07:00
parent 87bc715153
commit d91b1f31c9
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import { UploadBatchDialog } from './blocks/UploadBatchDialog';
const HistoryTransactionDisbursement = () => {
return (
<>
<>
<Helmet>
<title>TPAY | History Disbursement</title>
</Helmet>

View File

@ -20,7 +20,7 @@ interface ContextProps {
getTransactionLists: (
limit: number,
page: number,
with_deleted: boolean,
with_deleted: boolean,
order_field: any,
order_direction: any,
filter: any