Skip to content

Commit

Permalink
⏫ 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 committed Jan 23, 2018
1 parent 8e77e2f commit c6a9b5f
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 c6a9b5f

Please sign in to comment.