We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ea00 commit 55e86f6Copy full SHA for 55e86f6
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/block/preview.ts
@@ -112,7 +112,8 @@ export default class Preview extends BasePreview {
112
this.placeholderText("");
113
}
114
115
- if (!data[identifierName] || (data[identifierName] && data[identifierName].length === 0) || data.template.length === 0) {
+ if (!data[identifierName] || (data[identifierName] && data[identifierName].length === 0) ||
116
+ data.template.length === 0) {
117
this.showBlockPreview(false);
118
this.placeholderText(this.messages.NOT_SELECTED);
119
return;
0 commit comments