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 ec13747 commit 2f9afaaCopy full SHA for 2f9afaa
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/block/preview.ts
@@ -115,8 +115,8 @@ export default class Preview extends BasePreview {
115
this.placeholderText(response.data.error);
116
}
117
118
- this.lastBlockId = <number>data.block_id;
119
- this.lastTemplate = <string>data.template;
+ this.lastBlockId = data.block_id;
+ this.lastTemplate = data.template;
120
this.lastRenderedHtml = response.data.content;
121
})
122
.fail(() => {
0 commit comments