fix deletion
This commit is contained in:
@ -211,7 +211,7 @@ const ManageKycDeletionContextProvider = ({ children }: { children: React.ReactN
|
||||
},
|
||||
{
|
||||
accessorFn: (row) => row.msisdn,
|
||||
id: 'msdisdn',
|
||||
id: 'registered_msisdn',
|
||||
header: ({ column }) => <DataGridColumnHeader title="Phone Number" column={column} />,
|
||||
enableSorting: true,
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user