retry push of deleting "$" in wallet rule

This commit is contained in:
bagusajisaputroo
2025-06-19 20:18:19 +07:00
parent c25cf41a56
commit 3b60b8ee30

View File

@ -131,7 +131,7 @@ const ManageWalletRuleContextProvider = ({ children }: { children: React.ReactNo
enableHiding: false, enableHiding: false,
meta: { headerClassName: 'w-[250px]' } meta: { headerClassName: 'w-[250px]' }
}, },
{ {
accessorFn: (row) => row.monthly_limit, accessorFn: (row) => row.monthly_limit,
id: 'monthly_limit', id: 'monthly_limit',
header: ({ column }) => <DataGridColumnHeader title="Monthly Limit" column={column} />, header: ({ column }) => <DataGridColumnHeader title="Monthly Limit" column={column} />,