Skip to content

Commit

Permalink
Merge pull request #3 from samnotfound404/register-deregister
Browse files Browse the repository at this point in the history
ID removed
  • Loading branch information
samnotfound404 authored Jul 10, 2024
2 parents 1d106a7 + e6bb512 commit 697e710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(routes)/admin/students/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<DTO[]>([]);
Expand Down

0 comments on commit 697e710

Please sign in to comment.