Skip to content

Commit db63a64

Browse files
committed
Merge remote-tracking branch 'origin/AC-1280' into gl_pr_accessibility_release244_nov23_2021
2 parents 02740e8 + 2dcbeb5 commit db63a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

5556
if (isConfigurable) {
5657
this.clear();

0 commit comments

Comments
 (0)