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 d536230 commit 2dcbeb5Copy full SHA for 2dcbeb5
app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/price-configurable.js
@@ -51,7 +51,7 @@ define([
51
*/
52
handlePriceValue: function (isConfigurable) {
53
this.disabled(!!this.isUseDefault() || isConfigurable);
54
- this.required(this.isUseDefault());
+ this.required(!!this.isUseDefault() || !isConfigurable);
55
56
if (isConfigurable) {
57
this.clear();
0 commit comments