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

2
client/lib/utils.js vendored
View File

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