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.
2 parents cb0a0c4 + 78f2b1f commit b9569efCopy full SHA for b9569ef
app/code/Magento/Downloadable/view/adminhtml/web/js/components/is-downloadable-handler.js
@@ -22,7 +22,7 @@ define([
22
* Change visibility for samplesFieldset & linksFieldset based on current statuses of checkbox.
23
*/
24
changeVisibility: function () {
25
- if (this.samplesFieldset && this.linksFieldset) {
+ if (this.samplesFieldset() && this.linksFieldset()) {
26
if (this.checked() && !this.disabled()) {
27
this.samplesFieldset().visible(true);
28
this.linksFieldset().visible(true);
0 commit comments