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 ac665b1 commit fea21c3Copy full SHA for fea21c3
app/code/Meta/BusinessExtension/view/adminhtml/templates/setup.phtml
@@ -5,7 +5,7 @@
5
*/
6
?>
7
<select id="store">
8
- <option value=""><?= $escaper->escapeHtml(__('Select store')) ?></option>
+ <option value="select-store"><?= $escaper->escapeHtml(__('Select store')) ?></option>
9
<?php foreach ($block->getStores() as $key => $store): ?>
10
<?php if ($key !== 'admin'): ?>
11
<option
0 commit comments