Skip to content

Commit

Permalink
Fix for issue 19983
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Dec 27, 2018
1 parent 2b27bc0 commit 6d5ee63
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ define([
'Magento_Ui/js/form/element/abstract',
'mage/backend/notification',
'mage/translate',
'jquery/file-uploader'
'jquery/file-uploader',
'mage/adminhtml/tools'
], function ($, _, utils, uiAlert, validator, Element, notification, $t) {
'use strict';

Expand Down

0 comments on commit 6d5ee63

Please sign in to comment.