Skip to content

Commit

Permalink
Merge forwardport of #11824 to 2.3-develop branch
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
magento-engcom-team authored Jan 23, 2018
2 parents 4da2a7d + c6a9b5f commit 008ef55
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ define([

if (component) {
component.visible(visible);

/*eslint-disable max-depth */
if (_.isFunction(component.clear)) {
component.clear();
}
}
}
}, this);
Expand Down

0 comments on commit 008ef55

Please sign in to comment.