From 1527d640339b81892f457d6d5d0b95be4c3b3238 Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Mon, 9 Oct 2023 09:27:29 +0700 Subject: [PATCH] LMSN-191 Update sort untuk end date --- frontend/client-portal/src/pages/EmployeeData/List.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/client-portal/src/pages/EmployeeData/List.tsx b/frontend/client-portal/src/pages/EmployeeData/List.tsx index b6b8a19b..36aa57ba 100644 --- a/frontend/client-portal/src/pages/EmployeeData/List.tsx +++ b/frontend/client-portal/src/pages/EmployeeData/List.tsx @@ -258,7 +258,7 @@ export default function List() { id: 'end_date', align: 'left', label: 'End Date', - isSort: false, + isSort: true, }, { id: 'status',