diff --git a/web/src/components/listsTable/ListsTable.tsx b/web/src/components/listsTable/ListsTable.tsx index a4fe442cf..c1f9af73f 100644 --- a/web/src/components/listsTable/ListsTable.tsx +++ b/web/src/components/listsTable/ListsTable.tsx @@ -114,6 +114,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => { title="Description" key="Description" dataIndex={nameof("description")} + sorter={(a, b) => a.description.localeCompare(b.description)} width={ !tablePageSize.isNarrowWindow && !tablePageSize.isWideWindow ? 423