mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
refactor(console): make invitee email breakable in invitation list (#5825)
This commit is contained in:
parent
5eb5d3a265
commit
f57e21fc20
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ function Invitations() {
|
|||
dataIndex: 'user',
|
||||
colSpan: 2,
|
||||
title: t('user'),
|
||||
render: ({ invitee }) => <span>{invitee}</span>,
|
||||
render: ({ invitee }) => <Breakable>{invitee}</Breakable>,
|
||||
},
|
||||
{
|
||||
dataIndex: 'roles',
|
||||
|
|
Loading…
Add table
Reference in a new issue