mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:56:53 +00:00
fix(nc-gui): limit the number of blocks to render in rich text cell
This commit is contained in:
@@ -183,6 +183,8 @@ if (appInfo.value.ee && !props.hideMention) {
|
||||
}))
|
||||
.find((user) => user.label.toLowerCase() === content.toLowerCase()) as any
|
||||
|
||||
if (!user) return ''
|
||||
|
||||
return `@(${user.id}|${user.email}|${user.display_name ?? ''})`
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user