Skip to content

Commit 18ebb55

Browse files
author
Lukasz Borowiec
committed
#514: User sees content snapshot on Category Page in Admin Panel - fixed for funcional tests
1 parent 8b0e703 commit 18ebb55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/page-builder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export default class PageBuilder implements PageBuilderInterface {
4747
{
4848
pageBuilderId: this.id,
4949
isFullScreen: config.isFullScreen,
50-
contentSnapshotMode: contentSnapshot
51-
}
50+
contentSnapshotMode: contentSnapshot,
51+
},
5252
);
5353
this.preloadTemplates(config);
5454
this.initialValue = initialValue;

0 commit comments

Comments
 (0)