Skip to content

Commit 777753e

Browse files
committed
MAGETWO-90441: Allow inline editing of Heading from stage
- alpha order imports
1 parent a31f0cf commit 777753e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/heading

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import events from "uiEvents";
88
import _ from "underscore";
99
import ContentTypeConfigInterface from "../../content-type-config.d";
1010
import ToolbarOptionInterface from "../../content-type-toolbar/option.d";
11-
import Toolbar from "../../toolbar";
1211
import ContentTypeInterface from "../../content-type.d";
12+
import Toolbar from "../../toolbar";
1313
import ContentTypeReadyEventParamsInterface from "../content-type-ready-event-params.d";
1414
import ObservableUpdater from "../observable-updater";
1515
import BasePreview from "../preview";

0 commit comments

Comments
 (0)