Skip to content

Commit 2dcbeb5

Browse files
committed
AC-1280:: Code changes fixed
1 parent d536230 commit 2dcbeb5

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,7 +51,7 @@ define([
5151
*/
5252
handlePriceValue: function (isConfigurable) {
5353
this.disabled(!!this.isUseDefault() || isConfigurable);
54-
this.required(this.isUseDefault());
54+
this.required(!!this.isUseDefault() || !isConfigurable);
5555

5656
if (isConfigurable) {
5757
this.clear();

0 commit comments

Comments
 (0)