finish add enrollment from seat:wqs
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
import type { ColumnDef } from '@tanstack/react-table'
|
||||
import { HelpCircleIcon } from 'lucide-react'
|
||||
|
||||
import { Badge } from '@repo/ui/components/ui/badge'
|
||||
import { Abbr } from '@repo/ui/components/abbr'
|
||||
import { Avatar, AvatarFallback } from '@repo/ui/components/ui/avatar'
|
||||
import { Progress } from '@repo/ui/components/ui/progress'
|
||||
import {
|
||||
DataTableColumnDatetime,
|
||||
DataTableColumnHeaderSort
|
||||
} from '@repo/ui/components/data-table'
|
||||
import { Avatar, AvatarFallback } from '@repo/ui/components/ui/avatar'
|
||||
import { Badge } from '@repo/ui/components/ui/badge'
|
||||
import { Progress } from '@repo/ui/components/ui/progress'
|
||||
import { cn, initials } from '@repo/ui/lib/utils'
|
||||
|
||||
import { labels, statuses, type Enrollment } from './data'
|
||||
@@ -88,7 +88,7 @@ export const columns: ColumnDef<Enrollment>[] = [
|
||||
},
|
||||
{
|
||||
accessorKey: 'created_at',
|
||||
meta: { title: 'Cadastrado em' },
|
||||
meta: { title: 'Matriculado em' },
|
||||
enableSorting: true,
|
||||
enableHiding: true,
|
||||
header: DataTableColumnHeaderSort,
|
||||
|
||||
Reference in New Issue
Block a user