Skip to content

Commit 470fa68

Browse files
ENGCOM-1459: [Backport] Minicart should require dropdownDialog #15025
- Merge Pull Request #15025 from rogyar/magento2:2.1-require-dropdown-minicart - Merged commits: 1. 938091d
2 parents 49336cc + 938091d commit 470fa68

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ define([
1010
'ko',
1111
'underscore',
1212
'sidebar',
13-
'mage/translate'
13+
'mage/translate',
14+
'mage/dropdown'
1415
], function (Component, customerData, $, ko, _) {
1516
'use strict';
1617

0 commit comments

Comments
 (0)