diff --git a/cope2n-fe/src/components/report-detail/report-table.tsx b/cope2n-fe/src/components/report-detail/report-table.tsx index cf7f511..434bf4c 100644 --- a/cope2n-fe/src/components/report-detail/report-table.tsx +++ b/cope2n-fe/src/components/report-detail/report-table.tsx @@ -37,7 +37,6 @@ const ReportTable: React.FC = () => { title: 'ID', dataIndex: 'ID', key: 'ID', - sorter: (a, b) => a.ID - b.ID, }, { title: 'Created Date',