From e6bb512a441e559f6a554b46a3f7206908fed110 Mon Sep 17 00:00:00 2001 From: samnotfound404 Date: Wed, 10 Jul 2024 18:38:27 +0530 Subject: [PATCH] ID removed --- src/app/(routes)/admin/students/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(routes)/admin/students/page.tsx b/src/app/(routes)/admin/students/page.tsx index 1492077a..416435c9 100644 --- a/src/app/(routes)/admin/students/page.tsx +++ b/src/app/(routes)/admin/students/page.tsx @@ -9,7 +9,7 @@ import generateColumns from "@/components/NewTableComponent/ColumnMapping"; import { jsondto } from "@/dto/StudentDto"; import { Form } from 'antd'; import { cookies } from 'next/headers'; -const hiddenColumns = ['userId', 'programId']; +const hiddenColumns = ['userId', 'programId','id']; const StudentPage = () => { const [students, setStudents] = useState([]);