Skip to content

Commit fea21c3

Browse files
dimadidrDima Dromov
andauthored
Ado-145 dropdown functionality is not working as expected (#190)
* Clear page on setup select store option choose * Generate js by compile_fbe_allinone.sh --------- Co-authored-by: Dima Dromov <[email protected]>
1 parent ac665b1 commit fea21c3

File tree

3 files changed

+488
-475
lines changed

3 files changed

+488
-475
lines changed

app/code/Meta/BusinessExtension/view/adminhtml/templates/setup.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
?>
77
<select id="store">
8-
<option value=""><?= $escaper->escapeHtml(__('Select store')) ?></option>
8+
<option value="select-store"><?= $escaper->escapeHtml(__('Select store')) ?></option>
99
<?php foreach ($block->getStores() as $key => $store): ?>
1010
<?php if ($key !== 'admin'): ?>
1111
<option

0 commit comments

Comments
 (0)