Skip to content

Commit c6a9b5f

Browse files
⏫ Forwardport of #11824 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/11824.patch (created by @briscoda) based on commit(s): 1. c5b2a0f 2. fe44f8f Fixed GitHub Issues in 2.3-develop branch: - #10291: Magento 2 Loading custom option dropdown issue (reported by @NagarajuKasa)
1 parent 8e77e2f commit c6a9b5f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/custom-options-type.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ define([
103103

104104
if (component) {
105105
component.visible(visible);
106-
107-
/*eslint-disable max-depth */
108-
if (_.isFunction(component.clear)) {
109-
component.clear();
110-
}
111106
}
112107
}
113108
}, this);

0 commit comments

Comments
 (0)