mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(console): user roles table column name (#3049)
This commit is contained in:
parent
de1b418461
commit
c4fdf4613a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ const UserRoles = () => {
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('user_details.roles.name_column'),
|
title: t('user_details.roles.description_column'),
|
||||||
dataIndex: 'description',
|
dataIndex: 'description',
|
||||||
colSpan: 9,
|
colSpan: 9,
|
||||||
render: ({ description }) => <div className={styles.description}>{description}</div>,
|
render: ({ description }) => <div className={styles.description}>{description}</div>,
|
||||||
|
|
Loading…
Reference in a new issue