add payment details page
This commit is contained in:
@@ -55,7 +55,7 @@ export const columns: ColumnDef<Order>[] = [
|
||||
{
|
||||
accessorKey: 'due_date',
|
||||
enableSorting: true,
|
||||
meta: { title: 'Vencimento em' },
|
||||
meta: { title: 'Vence em' },
|
||||
header: DataTableColumnHeaderSort,
|
||||
cell: DataTableColumnDatetime
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user