fix transactionfee + give "*" on update form

This commit is contained in:
bagusajisaputroo
2025-03-26 11:23:40 +07:00
parent f7f6b128e1
commit 41c1fed872
4 changed files with 40 additions and 36 deletions

View File

@ -153,7 +153,7 @@ const ManageTransferFeeContextProvider = ({ children }: { children: React.ReactN
meta: { headerClassName: 'w-[100px]' }
},
{
accessorFn: (row) => (row.status === 'Y' ? 'Active' : 'Inactieve'),
accessorFn: (row) => (row.status === 'Y' ? 'Active' : 'Inactive'),
id: 'status',
header: ({ column }) => <DataGridColumnHeader title="Status" column={column} />,
enableSorting: true,