Skip to content

Commit 43074ba

Browse files
committed
MC-3791: Build stabilization
1 parent 3c18510 commit 43074ba

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/block/preview.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/block/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class Preview extends BasePreview {
5959
public processBlockData(data: DataObject): void {
6060
// Only load if something changed
6161
this.displayPreviewPlaceholder(data, "block_id");
62-
if (data.block_id && data.template.length != 0) {
62+
if (data.block_id && data.template.length !== 0) {
6363
this.processRequest(data, "block_id", "title");
6464
}
6565
}

0 commit comments

Comments
 (0)