Skip to content

Commit

Permalink
fix: Fix the issue of phone number not displaying on the user managem…
Browse files Browse the repository at this point in the history
…ent page(#327)
  • Loading branch information
ChenYiGeEr committed Jan 2, 2024
1 parent bfab08f commit affce04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datavines-ui/src/view/Main/UserManage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ const Index = () => {
},
{
title: intl.formatMessage({ id: 'phone_text' }),
dataIndex: 'phonne',
key: 'phonne',
dataIndex: 'phone',
key: 'phone',
render: (text: string) => <div>{text || '--'}</div>,
},
{
Expand Down

0 comments on commit affce04

Please sign in to comment.