From d41bfc7611ae77af9452f046cf91dcf356c66ffd Mon Sep 17 00:00:00 2001 From: Surya Bulusu Date: Wed, 4 Dec 2024 16:06:53 +0530 Subject: [PATCH] remove omr link from header --- src/app/(home)/QuizColumns.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/(home)/QuizColumns.tsx b/src/app/(home)/QuizColumns.tsx index a8c8678..a08fd39 100644 --- a/src/app/(home)/QuizColumns.tsx +++ b/src/app/(home)/QuizColumns.tsx @@ -78,14 +78,6 @@ export const columns: ColumnDef[] = [ ), }, - { - id: 'adminOmrLink', - accessorKey: 'meta_data.admin_testing_link' + "&omrMode=true", - header: 'Admin OMR Link', - cell: ({ row }) => ( - - ), - }, { id: 'isEnabled', accessorKey: 'is_active',