Fix column title for phone
Column name must be capitalized trivial fix Change-Id: Idd087c23034816db701231ed9ab54c4374e0b3b2 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ export class UserDetail extends Base {
|
||||
render: (email) => email || '-',
|
||||
},
|
||||
{
|
||||
title: t('phone'),
|
||||
title: t('Phone'),
|
||||
dataIndex: 'phone',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user