UX Improvements for integrations (#750)

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Chirag Chhatrala 2025-05-14 19:58:28 +05:30 committed by GitHub
parent 1baecdc177
commit 9280b106e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
client/lib/utils.js vendored
View File

@ -119,5 +119,5 @@ export const mentionAsText = (content) => {
(match, fieldId, fieldName, text) => {
return `${text}`
}
)
).replace(/<[^>]*>/g, '')
}