From 497d34c097f00bb27e5f9cbba094cbde61479996 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 19 May 2026 10:27:14 +0530 Subject: [PATCH] fix: render markdown in CSAT survey messages (#14468) --- .../components-next/message/bubbles/CSAT.vue | 4 +++- app/javascript/entrypoints/survey.js | 3 +++ .../shared/components/CustomerSatisfaction.vue | 15 ++++++++++++--- app/javascript/survey/views/Response.vue | 17 ++++++++++++----- 4 files changed, 30 insertions(+), 9 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/bubbles/CSAT.vue b/app/javascript/dashboard/components-next/message/bubbles/CSAT.vue index 6f86bd868..95059a97f 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/CSAT.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/CSAT.vue @@ -1,6 +1,7 @@