Skip to content

Commit 646afdc

Browse files
committed
AC-13068: Dropdown options missing
1 parent d50f6b5 commit 646afdc

File tree

1 file changed

+1
-8
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/js/form/element

1 file changed

+1
-8
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/form/element/input.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,7 @@ define([
5858
this.exportDataLink = 'data.' + this.prefixName + '.' + this.elementName + suffixName;
5959
this.exports.value = this.provider + ':' + this.exportDataLink;
6060
},
61-
62-
/** @inheritdoc */
63-
destroy: function () {
64-
this._super();
65-
66-
this.source.remove(this.exportDataLink);
67-
},
68-
61+
6962
/**
7063
* Get HTML array from data scope.
7164
*

0 commit comments

Comments
 (0)