0
Fork 0
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:
Charles Zhao 2024-05-07 12:03:05 +08:00 committed by GitHub
parent 5eb5d3a265
commit f57e21fc20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',