From 1e6981485bba65ee3cbec48928128f5d13ff98ec Mon Sep 17 00:00:00 2001 From: Viet Anh Nguyen Date: Mon, 5 Feb 2024 14:11:34 +0700 Subject: [PATCH] Remove ID sorter from Report View --- cope2n-fe/src/components/report-detail/report-table.tsx | 1 - 1 file changed, 1 deletion(-) 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',