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.
2 parents 52601f0 + 677019c commit 9654528Copy full SHA for 9654528
app/code/Magento/Backend/view/adminhtml/templates/store/switcher.phtml
@@ -36,7 +36,6 @@
36
<?php if ($block->hasDefaultOption()) : ?>
37
<li class="store-switcher-all <?php if (!($block->getDefaultSelectionName() != $block->getCurrentSelectionName())) : ?>disabled<?php endif; ?> <?php if (!$block->hasScopeSelected()) : ?>current<?php endif; ?>">
38
<?php if ($block->getDefaultSelectionName() != $block->getCurrentSelectionName()) : ?>
39
- ?>
40
<a data-role="store-view-id" data-value="" href="#">
41
<?= $block->escapeHtml($block->getDefaultSelectionName()) ?>
42
</a>
0 commit comments