Skip to content

Commit d536230

Browse files
committed
AC-1280::Code fixes
1 parent 17e45c9 commit d536230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/price-configurable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ define([
5151
*/
5252
handlePriceValue: function (isConfigurable) {
5353
this.disabled(!!this.isUseDefault() || isConfigurable);
54+
this.required(this.isUseDefault());
5455

5556
if (isConfigurable) {
56-
this.required(false);
5757
this.clear();
5858
}
5959
}

0 commit comments

Comments
 (0)