File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ export default function createContentType(
48
48
const [ previewComponent , contentComponent ] = resolvedPromises ;
49
49
contentType . preview = previewComponent ;
50
50
contentType . content = contentComponent ;
51
- debugger ;
52
51
contentType . dataStore . update (
53
52
prepareData ( config , data ) ,
54
53
) ;
Original file line number Diff line number Diff line change 6
6
import ko from "knockout" ;
7
7
import mageUtils from "mageUtils" ;
8
8
import events from "uiEvents" ;
9
- import Content from "./content-type/content" ;
10
9
import ContentTypeConfigInterface from "./content-type-config.d" ;
11
10
import ContentTypeInterface from "./content-type.d" ;
12
- import DataStore from "./data-store " ;
11
+ import Content from "./content-type/content " ;
13
12
import Preview from "./content-type/preview" ;
13
+ import DataStore from "./data-store" ;
14
14
15
15
export default class ContentType implements ContentTypeInterface {
16
16
public id : string = mageUtils . uniqueid ( ) ;
You can’t perform that action at this time.
0 commit comments