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 8b0e703 commit 18ebb55Copy full SHA for 18ebb55
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/page-builder.ts
@@ -47,8 +47,8 @@ export default class PageBuilder implements PageBuilderInterface {
47
{
48
pageBuilderId: this.id,
49
isFullScreen: config.isFullScreen,
50
- contentSnapshotMode: contentSnapshot
51
- }
+ contentSnapshotMode: contentSnapshot,
+ },
52
);
53
this.preloadTemplates(config);
54
this.initialValue = initialValue;
0 commit comments