refactor: remove all trace of status from ticket

This commit is contained in:
2026-07-01 10:14:19 +05:30
parent 09ce57c9e0
commit 81df3a9973
4 changed files with 0 additions and 10 deletions

View File

@@ -29,12 +29,6 @@ export function useTicketColumns(): ColumnDef<TicketListItem>[] {
header: 'Detections',
size: 120,
},
{
accessorKey: 'assigned_to_name',
header: 'Assigned To',
size: 220,
cell: ({ row }) => row.original.assigned_to_name || 'N/A',
},
{
accessorKey: 'created_by_name',
header: 'Uploaded By',