Skip to content

Commit

Permalink
fix(dashboard): added university column
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Jan 17, 2025
1 parent 1a5b272 commit 4d42eb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/(dashboard)/columns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export const columns: ColumnDef<Person>[] = [
accessorKey: 'department',
header: 'Department'
},
{
accessorKey: 'university',
header: 'University'
},
{
accessorKey: 'building',
header: 'Building'
Expand Down

0 comments on commit 4d42eb1

Please sign in to comment.