Skip to content

Commit 03d7766

Browse files
Merge branch '2.4-develop' into Tier4-Kings-PR-05-27-2024
2 parents eec8e0c + bb798fe commit 03d7766

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/super

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/super/wizard-ajax.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $attributes = $block->getProductAttributes();
2020
<?php $dataScope = /* @noEscape */ $block->getData('config/dataScope');
2121
$nameStep = /* @noEscape */ $block->getData('config/nameStepWizard');
2222
$scriptString = <<<script
23-
require(['jquery', 'uiRegistry', 'underscore'], function ($, registry, _) {
23+
require(['jquery', 'uiRegistry', 'underscore', 'Magento_Ui/js/lib/step-wizard'], function ($, registry, _) {
2424
$('body').trigger('contentUpdated');
2525
$('.{$dataScope}[data-role=steps-wizard-main]').applyBindings();
2626

0 commit comments

Comments
 (0)