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 7e49bfb commit e5f515eCopy full SHA for e5f515e
app/code/Magento/Customer/view/adminhtml/web/js/form/element/website.js
@@ -25,7 +25,7 @@ define([
25
}
26
27
if (option['default_store_view_id']) {
28
- document.getElementsByName("customer[sendemail_store_id]")[0].value = option['default_store_view_id'];
+ document.getElementsByName('customer[sendemail_store_id]')[0].value = option['default_store_view_id'];
29
30
return this._super();
31
0 commit comments