Skip to content

Commit 6d5ee63

Browse files
committed
Fix for issue 19983
1 parent 2b27bc0 commit 6d5ee63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ define([
1616
'Magento_Ui/js/form/element/abstract',
1717
'mage/backend/notification',
1818
'mage/translate',
19-
'jquery/file-uploader'
19+
'jquery/file-uploader',
20+
'mage/adminhtml/tools'
2021
], function ($, _, utils, uiAlert, validator, Element, notification, $t) {
2122
'use strict';
2223

0 commit comments

Comments
 (0)