refactor: remove all trace of status from ticket
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user