From 0569a9d361397ff12d7e1354f7a525376e809911 Mon Sep 17 00:00:00 2001 From: bagusajisaputroo Date: Tue, 20 May 2025 11:21:14 +0700 Subject: [PATCH] credit limit to credit limit per trx on wallet rule --- src/pages/master/walletRule/blocks/AddDialog.tsx | 2 +- src/pages/master/walletRule/blocks/EditDialog.tsx | 2 +- src/pages/master/walletRule/hooks/ManageWalletRuleContext.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/master/walletRule/blocks/AddDialog.tsx b/src/pages/master/walletRule/blocks/AddDialog.tsx index c9e4d72..92c70cb 100644 --- a/src/pages/master/walletRule/blocks/AddDialog.tsx +++ b/src/pages/master/walletRule/blocks/AddDialog.tsx @@ -293,7 +293,7 @@ const AddDialog = () => {
{
row.credit_limit, id: 'credit_limit', - header: ({ column }) => , + header: ({ column }) => , enableSorting: true, enableHiding: false, cell: ({ row }) => currencyFormat(row.original.credit_limit),