Skip to content

Commit cb70dc2

Browse files
author
Hwashiang Yu
committed
MC-4959: Need to remove is_hideable option from content type configuration
- Removed debugger from code
1 parent 10ae961 commit cb70dc2

File tree

2 files changed

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

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
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/preview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ export default class Preview {
462462
};
463463

464464
// If the content type is not hide-able show the hide / show option
465-
debugger;
466465
if (!_.contains(this.notHideableContentTypes, this.parent.config.name)) {
467466
options.hideShow = new HideShowOption({
468467
preview: this,

0 commit comments

Comments
 (0)