From ea1f79acdb8be0bb277430506500a34ac54d425b Mon Sep 17 00:00:00 2001 From: zhou fang Date: Fri, 15 Dec 2023 20:33:28 -0500 Subject: [PATCH] Minor fix on status column style --- src/pages/projects/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/projects/index.tsx b/src/pages/projects/index.tsx index 681abec..7b12b68 100644 --- a/src/pages/projects/index.tsx +++ b/src/pages/projects/index.tsx @@ -14,7 +14,7 @@ const columns: ColumnsType = [ { title: 'Customer', dataIndex: 'customer', width: 220, ellipsis: true }, { title: 'Status', - width: 100, + width: 120, sorter: (a, b) => a.status.localeCompare(b.status), render: ({ status }: TProjectData) => (