From 0e131334997bdd7f0e13ba93de3eef1e362bc3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lys=C3=BD?= Date: Tue, 17 Dec 2024 17:28:21 +0100 Subject: [PATCH] Use valueToInsert in Personalization Tag modal [MAILPOET-6376] --- .../src/components/personalization-tags/category-section.tsx | 4 ++-- packages/js/email-editor/src/store/types.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/js/email-editor/src/components/personalization-tags/category-section.tsx b/packages/js/email-editor/src/components/personalization-tags/category-section.tsx index 3efe4a83b7..3752d039ff 100644 --- a/packages/js/email-editor/src/components/personalization-tags/category-section.tsx +++ b/packages/js/email-editor/src/components/personalization-tags/category-section.tsx @@ -32,13 +32,13 @@ const CategorySection = ( { >
{ item.name } - { item.token } + { item.valueToInsert }