Fix inserting personalization tags
Personalization tags should be inserted with default attribute values. [MAILPOET-6443]
This commit is contained in:
@ -59,7 +59,7 @@ const CategorySection = ( {
|
|||||||
onClick={ () => {
|
onClick={ () => {
|
||||||
if ( onInsert ) {
|
if ( onInsert ) {
|
||||||
onInsert(
|
onInsert(
|
||||||
item.token,
|
item.valueToInsert,
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user