Fix inserting personalization tags

Personalization tags should be inserted with default attribute values.
[MAILPOET-6443]
This commit is contained in:
Jan Lysý
2025-01-22 18:44:47 +01:00
committed by Aschepikov
parent 9b65494bf8
commit 6ac171bdeb

View File

@ -59,7 +59,7 @@ const CategorySection = ( {
onClick={ () => {
if ( onInsert ) {
onInsert(
item.token,
item.valueToInsert,
false
);
}