Skip to content

Commit 17e45c9

Browse files
committed
AC-1280:: Fixed Required field is disabled
1 parent 5f76c92 commit 17e45c9

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
@@ -53,6 +53,7 @@ define([
5353
this.disabled(!!this.isUseDefault() || isConfigurable);
5454

5555
if (isConfigurable) {
56+
this.required(false);
5657
this.clear();
5758
}
5859
}

0 commit comments

Comments
 (0)