Skip to content

Commit 2f23aa0

Browse files
ENGCOM-960: [Forwardport] Minicart should require dropdownDialog #14178
- Merge Pull Request #14178 from rostyslav-hymon/magento2:2.3-develop-PR-port-13830 - Merged commits: 1. 54ce914
2 parents dea8b32 + 54ce914 commit 2f23aa0

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)