Skip to content

Commit 39da035

Browse files
committed
MC-10833: Resolve TypeScript errors
- Resolve static failures
1 parent d38562f commit 39da035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/banner/wysiwyg/tinymce4/component-initializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
import $ from "jquery";
77
import WysiwygEvents from "mage/adminhtml/wysiwyg/events";
8+
import {AdditionalDataConfigInterface} from "../../../../content-type-config.types";
89
import WysiwygComponentInitializerInterface from "../../../../wysiwyg/component-initializer-interface";
910
import WysiwygInterface from "../../../../wysiwyg/wysiwyg-interface";
10-
import {AdditionalDataConfigInterface} from "../../../../content-type-config.types";
1111

1212
export default class ComponentInitializer implements WysiwygComponentInitializerInterface {
1313
/**

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/utils/nesting-link-dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import $ from "jquery";
77
import $t from "mage/translate";
88
import confirmationDialog from "Magento_PageBuilder/js/modal/dismissible-confirm";
9+
import {FieldDefaultsInterface} from "../content-type-factory";
910
import DataStore, {DataObject} from "../data-store";
1011
import WysiwygInterface from "../wysiwyg/wysiwyg-interface";
11-
import {FieldDefaultsInterface} from "../content-type-factory";
1212

1313
/**
1414
* Validate inline editor for having nested link

0 commit comments

Comments
 (0)