We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7dd58 commit ca1c746Copy full SHA for ca1c746
app/code/Magento/Checkout/view/frontend/layout/checkout_index_index.xml
@@ -334,6 +334,9 @@
334
<item name="displayArea" xsi:type="string">sidebar</item>
335
<item name="config" xsi:type="array">
336
<item name="template" xsi:type="string">Magento_Checkout/sidebar</item>
337
+ <item name="deps" xsi:type="array">
338
+ <item name="0" xsi:type="string">checkout.steps</item>
339
+ </item>
340
</item>
341
<item name="children" xsi:type="array">
342
<item name="summary" xsi:type="array">
0 commit comments