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 d50f6b5 commit 646afdcCopy full SHA for 646afdc
app/code/Magento/Catalog/view/adminhtml/web/js/form/element/input.js
@@ -58,14 +58,7 @@ define([
58
this.exportDataLink = 'data.' + this.prefixName + '.' + this.elementName + suffixName;
59
this.exports.value = this.provider + ':' + this.exportDataLink;
60
},
61
-
62
- /** @inheritdoc */
63
- destroy: function () {
64
- this._super();
65
66
- this.source.remove(this.exportDataLink);
67
- },
68
+
69
/**
70
* Get HTML array from data scope.
71
*
0 commit comments