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 6b0566a commit 86d55baCopy full SHA for 86d55ba
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/block/preview.ts
@@ -71,14 +71,12 @@ export default class Preview extends BasePreview {
71
this.displayPreview(true);
72
this.displayPlaceholder(false);
73
}
74
- }
75
- else {
+ } else {
76
this.displayPreview(false);
77
this.displayPlaceholder(true);
78
this.placeholderText("");
79
80
81
-
82
if (!data.block_id || data.template.length === 0) {
83
84
0 commit comments