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) => (