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 78b1765 commit 7989eeeCopy full SHA for 7989eee
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/block/preview.ts
@@ -59,7 +59,7 @@ export default class Preview extends BasePreview {
59
public processBlockData(data: DataObject): void {
60
// Only load if something changed
61
this.displayPreviewPlaceholder(data, "block_id");
62
- if (data.block_id && data.template.length != 0) {
+ if (data.block_id && data.template.length !== 0) {
63
this.processRequest(data, "block_id", "title");
64
}
65
0 commit comments