feat: fix LDAP mobile field incorrect mapped (#2206)

This commit is contained in:
Yaodong Yu
2023-08-12 13:45:26 +08:00
committed by GitHub
parent 33a922f026
commit db4ac60bb6
2 changed files with 4 additions and 5 deletions

View File

@ -191,8 +191,8 @@ class LdapSyncPage extends React.Component {
},
{
title: i18next.t("general:Phone"),
dataIndex: "phone",
key: "phone",
dataIndex: "mobile",
key: "mobile",
sorter: (a, b) => a.phone.localeCompare(b.phone),
},
{