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 bd1c47b commit 68f8270Copy full SHA for 68f8270
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