Skip to content

Commit 1499153

Browse files
Merge branch 'MAGETWO-51335' of https://github.corp.magento.com/magento-tango/magento2ce into MAGETWO-51470
2 parents 4966a01 + 4647340 commit 1499153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/templates/stepswizard.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"component": "Magento_Ui/js/lib/step-wizard",
6565
"initData": <?= /* @escapeNotVerified */ $this->helper("Magento\Framework\Json\Helper\Data")->jsonEncode($block->getInitData()) ?>,
6666
"stepsNames": <?= /* @escapeNotVerified */ $this->helper("Magento\Framework\Json\Helper\Data")->jsonEncode($block->getStepComponents()) ?>,
67-
"modalClass": "<?= /* @noEscape */ $block->getData('config/modal')?>"
67+
"modalClass": "<?= /* @noEscape */ $block->getData('config/dataScope')?>"
6868
}
6969
}
7070
}

0 commit comments

Comments
 (0)