Skip to content

Commit 385c30f

Browse files
committed
MC-4265: Create Page Builder meta package for Magento Commerce
- fix TypeScript error
1 parent 9a94670 commit 385c30f

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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/slide/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import ConditionalRemoveOption from "../../content-type-menu/conditional-remove-
1313
import {OptionsInterface} from "../../content-type-menu/option.d";
1414
import {DataObject} from "../../data-store";
1515
import Uploader from "../../uploader";
16+
import delayUntil from "../../utils/delay-until";
1617
import WysiwygFactory from "../../wysiwyg/factory";
1718
import WysiwygInterface from "../../wysiwyg/wysiwyg-interface";
18-
import delayUntil from "../../utils/delay-until";
1919
import ContentTypeMountEventParamsInterface from "../content-type-mount-event-params";
2020
import BasePreview from "../preview";
2121
import SliderPreview from "../slider/preview";

0 commit comments

Comments
 (0)