diff --git a/web/src/UserListPage.js b/web/src/UserListPage.js index 9393cc44..984751c7 100644 --- a/web/src/UserListPage.js +++ b/web/src/UserListPage.js @@ -298,13 +298,6 @@ class UserListPage extends BaseListPage { sorter: true, ...this.getColumnSearchProps("phone"), }, - // { - // title: 'Phone', - // dataIndex: 'phone', - // key: 'phone', - // width: '120px', - // sorter: (a, b) => a.phone.localeCompare(b.phone), - // }, { title: i18next.t("user:Affiliation"), dataIndex: "affiliation",