Skip to content

Commit

Permalink
layout bugfixes after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed Apr 10, 2018
1 parent b1747e0 commit b89dff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/view/frontend/layout/checkout_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
<item name="sortOrder" xsi:type="string">0</item>
<item name="children" xsi:type="array">
<item name="customer-email" xsi:type="array">
<item name="component" xsi:type="string">Rubic_CleanCheckoutTheme/form/element/email</item>
<item name="component" xsi:type="string">Magento_Checkout/js/view/form/element/email</item>
<item name="template" xsi:type="string">Rubic_CleanCheckoutTheme/form/element/email</item>
<item name="displayArea" xsi:type="string">login-methods</item>
<item name="tooltip" xsi:type="array">
<item name="description" xsi:type="string" translate="true">We'll send your order confirmation here.</item>
Expand Down
2 changes: 1 addition & 1 deletion src/view/frontend/web/js/view/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define([
'Magento_Customer/js/customer-data',
'Magento_Customer/js/model/customer',
'mage/translate',
'Rubic_CleanCheckout/js/bindings/transitions'
'Rubic_CleanCheckoutTheme/js/bindings/transitions'
], function ($, ko, Component, _, stepNavigator, customerData, customer, $t) {
'use strict';

Expand Down

0 comments on commit b89dff6

Please sign in to comment.