Skip to content

Commit a7dca7e

Browse files
author
Valeriy Nayda
committed
MAGETWO-42947: Only one value can be set as default for multiple select attribute
-- fix static tests
1 parent 1d68063 commit a7dca7e

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/js

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ define([
134134
if ($('frontend_input') && $('frontend_input').value === 'multiselect') {
135135
optionDefaultInputType = 'checkbox';
136136
}
137+
137138
return optionDefaultInputType;
138139
}
139140
};

0 commit comments

Comments
 (0)