Skip to content

Commit a404b97

Browse files
committed
MAGETWO-54256: [SWAT] Store view, store and website CRUD takes long time with no warning
1 parent cc5e156 commit a404b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/admin/save_confirm.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"#edit_form": {
1313
"Magento_Backend/js/save-with-confirm": {
14-
"storeData": <?php /* @noEscape */ echo $block->getStoreData() ?>
14+
"storeData": <?= /* @noEscape */ $block->getStoreData() ?>
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)