From 9280b106e0b522bbb8c35c28d0018ff4cdc8effa Mon Sep 17 00:00:00 2001 From: Chirag Chhatrala <60499540+chiragchhatrala@users.noreply.github.com> Date: Wed, 14 May 2025 19:58:28 +0530 Subject: [PATCH] UX Improvements for integrations (#750) Co-authored-by: Julien Nahum --- client/lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/utils.js b/client/lib/utils.js index b982d5a8..47f9a213 100644 --- a/client/lib/utils.js +++ b/client/lib/utils.js @@ -119,5 +119,5 @@ export const mentionAsText = (content) => { (match, fieldId, fieldName, text) => { return `${text}` } - ) + ).replace(/<[^>]*>/g, '') } \ No newline at end of file