mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update
This commit is contained in:
@@ -52,7 +52,7 @@ export function useColumns(): ColumnDef<AccountModel>[] {
|
||||
cell: ({ row }) => {
|
||||
return <LongText>{row.original.account_name ?? "n/a"}</LongText>
|
||||
},
|
||||
meta: { className: 'max-w-[100px]' },
|
||||
meta: { className: 'max-w-[90px] text-center' },
|
||||
},
|
||||
{
|
||||
accessorKey: "email",
|
||||
|
||||
Reference in New Issue
Block a user